Html Css Color HEX #787650 Kokoda

📋 copy color: '#787650'

red 120 ◦ green 118 ◦ blue 80

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

Shades of Kokoda #787650

Tints of Kokoda #787650

RGB

 RED value IS 120 (47.27% from 255) = 37.74%

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 37.74%
G = 37.11%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#787650 (or 0x787650) is known color: Kokoda. HEX triplet: 78, 76 and 50. RGB value is (120,118,80). Sum of RGB (Red+Green+Blue) = 120+118+80=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #787650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787650 is #8789AF. Grayscale: #727272. Windows color (decimal): -8882608 or 5273208. OLE color: 5273208.

HSL color Cylindrical-coordinate representation of color #787650: hue angle of 57º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787650 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 118 80 -
CMYK 0 0.02 0.33 0.53
HSL 57º 0.2% 0.39% -
HSV(B) 57º 0.33% 0.47% -
XYZ 15.67 17.53 10.15 -
YUV 114.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 120 118 80 0 0.02 0.33 0.53 57 0.2 0.39
Hex 78 76 50 0 2 21 35 39 14 27
Octal 170 166 120 0 2 41 65 71 24 47
Binary 1111000 1110110 1010000 0 10 100001 110101 111001 10100 100111

Color Harmonies of #787650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787650

Black with #787650

Text Example


Text Example

White with #787650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787650; }

 p { color: rgb(120,118,80); }

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

background-color css

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

 a { background-color: rgb(120,118,80); }

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

border-color css

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

 span { border-color: rgb(120,118,80); }

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