Html Css Color HEX #77765E Kokoda

📋 copy color: '#77765E'

red 119 ◦ green 118 ◦ blue 94

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

Shades of Kokoda #77765E

Tints of Kokoda #77765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 35.95%
G = 35.65%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77765E (or 0x77765E) is known color: Kokoda. HEX triplet: 77, 76 and 5E. RGB value is (119,118,94). Sum of RGB (Red+Green+Blue) = 119+118+94=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765E is #8889A1. Grayscale: #737373. Windows color (decimal): -8948130 or 6190711. OLE color: 6190711.

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

Color convert

RGB 119 118 94 -
CMYK 0 0.01 0.21 0.53
HSL 57.6º 0.12% 0.42% -
HSV(B) 57.6º 0.21% 0.47% -
XYZ 16.11 17.69 13.15 -
YUV 115.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 119 118 94 0 0.01 0.21 0.53 57.6 0.12 0.42
Hex 77 76 5E 0 1 15 35 3A C 2A
Octal 167 166 136 0 1 25 65 72 14 52
Binary 1110111 1110110 1011110 0 1 10101 110101 111010 1100 101010

Color Harmonies of #77765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77765E

Black with #77765E

Text Example


Text Example

White with #77765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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