Html Css Color HEX #78765C Kokoda

📋 copy color: '#78765C'

red 120 ◦ green 118 ◦ blue 92

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

Shades of Kokoda #78765C

Tints of Kokoda #78765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 36.36%
G = 35.76%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78765C (or 0x78765C) is known color: Kokoda. HEX triplet: 78, 76 and 5C. RGB value is (120,118,92). Sum of RGB (Red+Green+Blue) = 120+118+92=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #78765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78765C is #8789A3. Grayscale: #737373. Windows color (decimal): -8882596 or 6059640. OLE color: 6059640.

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

Color convert

RGB 120 118 92 -
CMYK 0 0.02 0.23 0.53
HSL 55.71º 0.13% 0.42% -
HSV(B) 55.71º 0.23% 0.47% -
XYZ 16.16 17.72 12.69 -
YUV 115.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 120 118 92 0 0.02 0.23 0.53 55.71 0.13 0.42
Hex 78 76 5C 0 2 17 35 38 D 2A
Octal 170 166 134 0 2 27 65 70 15 52
Binary 1111000 1110110 1011100 0 10 10111 110101 111000 1101 101010

Color Harmonies of #78765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78765C

Black with #78765C

Text Example


Text Example

White with #78765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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