Html Css Color HEX #78765A Kokoda

📋 copy color: '#78765A'

red 120 ◦ green 118 ◦ blue 90

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

Shades of Kokoda #78765A

Tints of Kokoda #78765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 36.59%
G = 35.98%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78765A (or 0x78765A) is known color: Kokoda. HEX triplet: 78, 76 and 5A. RGB value is (120,118,90). Sum of RGB (Red+Green+Blue) = 120+118+90=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78765A is #8789A5. Grayscale: #737373. Windows color (decimal): -8882598 or 5928568. OLE color: 5928568.

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

Color convert

RGB 120 118 90 -
CMYK 0 0.02 0.25 0.53
HSL 56º 0.14% 0.41% -
HSV(B) 56º 0.25% 0.47% -
XYZ 16.07 17.69 12.24 -
YUV 115.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 120 118 90 0 0.02 0.25 0.53 56 0.14 0.41
Hex 78 76 5A 0 2 19 35 38 E 29
Octal 170 166 132 0 2 31 65 70 16 51
Binary 1111000 1110110 1011010 0 10 11001 110101 111000 1110 101001

Color Harmonies of #78765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78765A

Black with #78765A

Text Example


Text Example

White with #78765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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