Html Css Color HEX #8C9782 Delta

📋 copy color: '#8C9782'

red 140 ◦ green 151 ◦ blue 130

#8C9782
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Delta #8C9782

Tints of Delta #8C9782

RGB

 RED value IS 140 (55.08% from 255) = 33.25%

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 33.25%
G = 35.87%
B = 30.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8C9782 (or 0x8C9782) is known color: Delta. HEX triplet: 8C, 97 and 82. RGB value is (140,151,130). Sum of RGB (Red+Green+Blue) = 140+151+130=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9782 is #73687D. Grayscale: #919191. Windows color (decimal): -7563390 or 8558476. OLE color: 8558476.

HSL color Cylindrical-coordinate representation of color #8C9782: hue angle of 91.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C9782 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 151 130 -
CMYK 0.07 0 0.14 0.41
HSL 91.43º 0.09% 0.55% -
HSV(B) 91.43º 0.14% 0.59% -
XYZ 25.91 29.32 25.41 -
YUV 145.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 140 151 130 0.07 0 0.14 0.41 91.43 0.09 0.55
Hex 8C 97 82 7 0 E 29 5B 9 37
Octal 214 227 202 7 0 16 51 133 11 67
Binary 10001100 10010111 10000010 111 0 1110 101001 1011011 1001 110111

Color Harmonies of #8C9782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9782

Black with #8C9782

Text Example


Text Example

White with #8C9782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9782; }

 p { color: rgb(140,151,130); }

 H1.HeaderClassName
 {
   color: #8C9782;
 }
 .AnyTagClassName
 {
   color: #8C9782;
 }
</style>

background-color css

<style>
 a { background-color: #8C9782; }

 a { background-color: rgb(140,151,130); }

 div.DivClassName
 {
   background-color: #8C9782;
 }
 .BgClassName
 {
   background-color: #8C9782;
 }
</style>

border-color css

<style>
 span { border-color: #8C9782; }

 span { border-color: rgb(140,151,130); }

 td.TdClassName
 {
   border-color: #8C9782;
 }
 .TagClassName
 {
   border-color: #8C9782;
 }
</style>