Html Css Color HEX #77765F Kokoda

📋 copy color: '#77765F'

red 119 ◦ green 118 ◦ blue 95

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

Shades of Kokoda #77765F

Tints of Kokoda #77765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 35.84%
G = 35.54%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77765F (or 0x77765F) is known color: Kokoda. HEX triplet: 77, 76 and 5F. RGB value is (119,118,95). Sum of RGB (Red+Green+Blue) = 119+118+95=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #77765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765F is #8889A0. Grayscale: #737373. Windows color (decimal): -8948129 or 6256247. OLE color: 6256247.

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

Color convert

RGB 119 118 95 -
CMYK 0 0.01 0.20 0.53
HSL 57.5º 0.11% 0.42% -
HSV(B) 57.5º 0.2% 0.47% -
XYZ 16.15 17.71 13.39 -
YUV 115.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 119 118 95 0 0.01 0.20 0.53 57.5 0.11 0.42
Hex 77 76 5F 0 1 14 35 3A B 2A
Octal 167 166 137 0 1 24 65 72 13 52
Binary 1110111 1110110 1011111 0 1 10100 110101 111010 1011 101010

Color Harmonies of #77765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77765F

Black with #77765F

Text Example


Text Example

White with #77765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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