Html Css Color HEX #77735C Kokoda

📋 copy color: '#77735C'

red 119 ◦ green 115 ◦ blue 92

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

Shades of Kokoda #77735C

Tints of Kokoda #77735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

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

R = 36.5%
G = 35.28%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77735C (or 0x77735C) is known color: Kokoda. HEX triplet: 77, 73 and 5C. RGB value is (119,115,92). Sum of RGB (Red+Green+Blue) = 119+115+92=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77735C is #888CA3. Grayscale: #717171. Windows color (decimal): -8948900 or 6058871. OLE color: 6058871.

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

Color convert

RGB 119 115 92 -
CMYK 0 0.03 0.23 0.53
HSL 51.11º 0.13% 0.41% -
HSV(B) 51.11º 0.23% 0.47% -
XYZ 15.67 16.96 12.57 -
YUV 113.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 119 115 92 0 0.03 0.23 0.53 51.11 0.13 0.41
Hex 77 73 5C 0 3 17 35 33 D 29
Octal 167 163 134 0 3 27 65 63 15 51
Binary 1110111 1110011 1011100 0 11 10111 110101 110011 1101 101001

Color Harmonies of #77735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77735C

Black with #77735C

Text Example


Text Example

White with #77735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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