Html Css Color HEX #77754F Kokoda

📋 copy color: '#77754F'

red 119 ◦ green 117 ◦ blue 79

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

Shades of Kokoda #77754F

Tints of Kokoda #77754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 37.78%
G = 37.14%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77754F (or 0x77754F) is known color: Kokoda. HEX triplet: 77, 75 and 4F. RGB value is (119,117,79). Sum of RGB (Red+Green+Blue) = 119+117+79=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #77754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77754F is #888AB0. Grayscale: #717171. Windows color (decimal): -8948401 or 5207415. OLE color: 5207415.

HSL color Cylindrical-coordinate representation of color #77754F: hue angle of 57º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77754F is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 79 -
CMYK 0 0.02 0.34 0.53
HSL 57º 0.2% 0.39% -
HSV(B) 57º 0.34% 0.47% -
XYZ 15.38 17.21 9.91 -
YUV 113.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 119 117 79 0 0.02 0.34 0.53 57 0.2 0.39
Hex 77 75 4F 0 2 22 35 39 14 27
Octal 167 165 117 0 2 42 65 71 24 47
Binary 1110111 1110101 1001111 0 10 100010 110101 111001 10100 100111

Color Harmonies of #77754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77754F

Black with #77754F

Text Example


Text Example

White with #77754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,117,79); }

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

background-color css

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

 a { background-color: rgb(119,117,79); }

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

border-color css

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

 span { border-color: rgb(119,117,79); }

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