Html Css Color HEX #77765B Kokoda

📋 copy color: '#77765B'

red 119 ◦ green 118 ◦ blue 91

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

Shades of Kokoda #77765B

Tints of Kokoda #77765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 36.28%
G = 35.98%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77765B (or 0x77765B) is known color: Kokoda. HEX triplet: 77, 76 and 5B. RGB value is (119,118,91). Sum of RGB (Red+Green+Blue) = 119+118+91=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765B is #8889A4. Grayscale: #737373. Windows color (decimal): -8948133 or 5994103. OLE color: 5994103.

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

Color convert

RGB 119 118 91 -
CMYK 0 0.01 0.24 0.53
HSL 57.86º 0.13% 0.41% -
HSV(B) 57.86º 0.24% 0.47% -
XYZ 15.97 17.63 12.46 -
YUV 115.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 119 118 91 0 0.01 0.24 0.53 57.86 0.13 0.41
Hex 77 76 5B 0 1 18 35 3A D 29
Octal 167 166 133 0 1 30 65 72 15 51
Binary 1110111 1110110 1011011 0 1 11000 110101 111010 1101 101001

Color Harmonies of #77765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77765B

Black with #77765B

Text Example


Text Example

White with #77765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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