Html Css Color HEX #777761 Kokoda

📋 copy color: '#777761'

red 119 ◦ green 119 ◦ blue 97

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

Shades of Kokoda #777761

Tints of Kokoda #777761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

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

R = 35.52%
G = 35.52%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#777761 (or 0x777761) is known color: Kokoda. HEX triplet: 77, 77 and 61. RGB value is (119,119,97). Sum of RGB (Red+Green+Blue) = 119+119+97=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777761 is #88889E. Grayscale: #747474. Windows color (decimal): -8947871 or 6387575. OLE color: 6387575.

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

Color convert

RGB 119 119 97 -
CMYK 0 0 0.18 0.53
HSL 60º 0.1% 0.42% -
HSV(B) 60º 0.18% 0.47% -
XYZ 16.36 17.98 13.92 -
YUV 116.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 119 119 97 0 0 0.18 0.53 60 0.1 0.42
Hex 77 77 61 0 0 12 35 3C A 2A
Octal 167 167 141 0 0 22 65 74 12 52
Binary 1110111 1110111 1100001 0 0 10010 110101 111100 1010 101010

Color Harmonies of #777761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777761

Black with #777761

Text Example


Text Example

White with #777761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777761; }

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

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

background-color css

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

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

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

border-color css

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

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

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