Html Css Color HEX #77765C Kokoda

📋 copy color: '#77765C'

red 119 ◦ green 118 ◦ blue 92

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

Shades of Kokoda #77765C

Tints of Kokoda #77765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 36.17%
G = 35.87%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77765C (or 0x77765C) is known color: Kokoda. HEX triplet: 77, 76 and 5C. RGB value is (119,118,92). Sum of RGB (Red+Green+Blue) = 119+118+92=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765C is #8889A3. Grayscale: #737373. Windows color (decimal): -8948132 or 6059639. OLE color: 6059639.

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

Color convert

RGB 119 118 92 -
CMYK 0 0.01 0.23 0.53
HSL 57.78º 0.13% 0.41% -
HSV(B) 57.78º 0.23% 0.47% -
XYZ 16.02 17.65 12.69 -
YUV 115.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 119 118 92 0 0.01 0.23 0.53 57.78 0.13 0.41
Hex 77 76 5C 0 1 17 35 3A D 29
Octal 167 166 134 0 1 27 65 72 15 51
Binary 1110111 1110110 1011100 0 1 10111 110101 111010 1101 101001

Color Harmonies of #77765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77765C

Black with #77765C

Text Example


Text Example

White with #77765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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