Html Css Color HEX #77764C Kokoda

📋 copy color: '#77764C'

red 119 ◦ green 118 ◦ blue 76

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

Shades of Kokoda #77764C

Tints of Kokoda #77764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 38.02%
G = 37.7%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77764C (or 0x77764C) is known color: Kokoda. HEX triplet: 77, 76 and 4C. RGB value is (119,118,76). Sum of RGB (Red+Green+Blue) = 119+118+76=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77764C is #8889B3. Grayscale: #717171. Windows color (decimal): -8948148 or 5011063. OLE color: 5011063.

HSL color Cylindrical-coordinate representation of color #77764C: hue angle of 58.6º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77764C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 76 -
CMYK 0 0.01 0.36 0.53
HSL 58.6º 0.22% 0.38% -
HSV(B) 58.6º 0.36% 0.47% -
XYZ 15.39 17.4 9.38 -
YUV 113.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 119 118 76 0 0.01 0.36 0.53 58.6 0.22 0.38
Hex 77 76 4C 0 1 24 35 3B 16 26
Octal 167 166 114 0 1 44 65 73 26 46
Binary 1110111 1110110 1001100 0 1 100100 110101 111011 10110 100110

Color Harmonies of #77764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77764C

Black with #77764C

Text Example


Text Example

White with #77764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77764C; }

 p { color: rgb(119,118,76); }

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

background-color css

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

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

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

border-color css

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

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

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