Html Css Color HEX #78745A Kokoda

📋 copy color: '#78745A'

red 120 ◦ green 116 ◦ blue 90

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

Shades of Kokoda #78745A

Tints of Kokoda #78745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

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

R = 36.81%
G = 35.58%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78745A (or 0x78745A) is known color: Kokoda. HEX triplet: 78, 74 and 5A. RGB value is (120,116,90). Sum of RGB (Red+Green+Blue) = 120+116+90=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78745A is #878BA5. Grayscale: #727272. Windows color (decimal): -8883110 or 5928056. OLE color: 5928056.

HSL color Cylindrical-coordinate representation of color #78745A: hue angle of 52º 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 #78745A is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 90 -
CMYK 0 0.03 0.25 0.53
HSL 52º 0.14% 0.41% -
HSV(B) 52º 0.25% 0.47% -
XYZ 15.84 17.22 12.16 -
YUV 114.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 120 116 90 0 0.03 0.25 0.53 52 0.14 0.41
Hex 78 74 5A 0 3 19 35 34 E 29
Octal 170 164 132 0 3 31 65 64 16 51
Binary 1111000 1110100 1011010 0 11 11001 110101 110100 1110 101001

Color Harmonies of #78745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78745A

Black with #78745A

Text Example


Text Example

White with #78745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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