Html Css Color HEX #777460 Kokoda

📋 copy color: '#777460'

red 119 ◦ green 116 ◦ blue 96

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

Shades of Kokoda #777460

Tints of Kokoda #777460

RGB

 RED value IS 119 (46.88% from 255) = 35.95%

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 35.95%
G = 35.05%
B = 29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#777460 (or 0x777460) is known color: Kokoda. HEX triplet: 77, 74 and 60. RGB value is (119,116,96). Sum of RGB (Red+Green+Blue) = 119+116+96=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #777460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777460 is #888B9F. Grayscale: #727272. Windows color (decimal): -8948640 or 6321271. OLE color: 6321271.

HSL color Cylindrical-coordinate representation of color #777460: hue angle of 52.17º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777460 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 96 -
CMYK 0 0.03 0.19 0.53
HSL 52.17º 0.11% 0.42% -
HSV(B) 52.17º 0.19% 0.47% -
XYZ 15.96 17.26 13.56 -
YUV 114.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 119 116 96 0 0.03 0.19 0.53 52.17 0.11 0.42
Hex 77 74 60 0 3 13 35 34 B 2A
Octal 167 164 140 0 3 23 65 64 13 52
Binary 1110111 1110100 1100000 0 11 10011 110101 110100 1011 101010

Color Harmonies of #777460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777460

Black with #777460

Text Example


Text Example

White with #777460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777460; }

 p { color: rgb(119,116,96); }

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

background-color css

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

 a { background-color: rgb(119,116,96); }

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

border-color css

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

 span { border-color: rgb(119,116,96); }

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