Html Css Color HEX #78755F Kokoda

📋 copy color: '#78755F'

red 120 ◦ green 117 ◦ blue 95

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

Shades of Kokoda #78755F

Tints of Kokoda #78755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 36.14%
G = 35.24%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78755F (or 0x78755F) is known color: Kokoda. HEX triplet: 78, 75 and 5F. RGB value is (120,117,95). Sum of RGB (Red+Green+Blue) = 120+117+95=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #78755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78755F is #878AA0. Grayscale: #737373. Windows color (decimal): -8882849 or 6255992. OLE color: 6255992.

HSL color Cylindrical-coordinate representation of color #78755F: hue angle of 52.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78755F is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 117 95 -
CMYK 0 0.02 0.21 0.53
HSL 52.8º 0.12% 0.42% -
HSV(B) 52.8º 0.21% 0.47% -
XYZ 16.17 17.54 13.36 -
YUV 115.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 120 117 95 0 0.02 0.21 0.53 52.8 0.12 0.42
Hex 78 75 5F 0 2 15 35 35 C 2A
Octal 170 165 137 0 2 25 65 65 14 52
Binary 1111000 1110101 1011111 0 10 10101 110101 110101 1100 101010

Color Harmonies of #78755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78755F

Black with #78755F

Text Example


Text Example

White with #78755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78755F; }

 p { color: rgb(120,117,95); }

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

background-color css

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

 a { background-color: rgb(120,117,95); }

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

border-color css

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

 span { border-color: rgb(120,117,95); }

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