Html Css Color HEX #777350 Kokoda

📋 copy color: '#777350'

red 119 ◦ green 115 ◦ blue 80

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

Shades of Kokoda #777350

Tints of Kokoda #777350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 37.9%
G = 36.62%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#777350 (or 0x777350) is known color: Kokoda. HEX triplet: 77, 73 and 50. RGB value is (119,115,80). Sum of RGB (Red+Green+Blue) = 119+115+80=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #777350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777350 is #888CAF. Grayscale: #707070. Windows color (decimal): -8948912 or 5272439. OLE color: 5272439.

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

Color convert

RGB 119 115 80 -
CMYK 0 0.03 0.33 0.53
HSL 53.85º 0.2% 0.39% -
HSV(B) 53.85º 0.33% 0.47% -
XYZ 15.19 16.76 10.02 -
YUV 112.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 119 115 80 0 0.03 0.33 0.53 53.85 0.2 0.39
Hex 77 73 50 0 3 21 35 36 14 27
Octal 167 163 120 0 3 41 65 66 24 47
Binary 1110111 1110011 1010000 0 11 100001 110101 110110 10100 100111

Color Harmonies of #777350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777350

Black with #777350

Text Example


Text Example

White with #777350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777350; }

 p { color: rgb(119,115,80); }

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

background-color css

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

 a { background-color: rgb(119,115,80); }

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

border-color css

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

 span { border-color: rgb(119,115,80); }

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