Html Css Color HEX #777561 Kokoda

📋 copy color: '#777561'

red 119 ◦ green 117 ◦ blue 97

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

Shades of Kokoda #777561

Tints of Kokoda #777561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 35.74%
G = 35.14%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#777561 (or 0x777561) is known color: Kokoda. HEX triplet: 77, 75 and 61. RGB value is (119,117,97). Sum of RGB (Red+Green+Blue) = 119+117+97=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #777561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777561 is #888A9E. Grayscale: #737373. Windows color (decimal): -8948383 or 6387063. OLE color: 6387063.

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

Color convert

RGB 119 117 97 -
CMYK 0 0.02 0.18 0.53
HSL 54.55º 0.1% 0.42% -
HSV(B) 54.55º 0.18% 0.47% -
XYZ 16.13 17.51 13.84 -
YUV 115.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 119 117 97 0 0.02 0.18 0.53 54.55 0.1 0.42
Hex 77 75 61 0 2 12 35 37 A 2A
Octal 167 165 141 0 2 22 65 67 12 52
Binary 1110111 1110101 1100001 0 10 10010 110101 110111 1010 101010

Color Harmonies of #777561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777561

Black with #777561

Text Example


Text Example

White with #777561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777561; }

 p { color: rgb(119,117,97); }

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

background-color css

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

 a { background-color: rgb(119,117,97); }

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

border-color css

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

 span { border-color: rgb(119,117,97); }

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