Html Css Color HEX #777455 Kokoda

📋 copy color: '#777455'

red 119 ◦ green 116 ◦ blue 85

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

Shades of Kokoda #777455

Tints of Kokoda #777455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 37.19%
G = 36.25%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#777455 (or 0x777455) is known color: Kokoda. HEX triplet: 77, 74 and 55. RGB value is (119,116,85). Sum of RGB (Red+Green+Blue) = 119+116+85=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #777455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777455 is #888BAA. Grayscale: #717171. Windows color (decimal): -8948651 or 5600375. OLE color: 5600375.

HSL color Cylindrical-coordinate representation of color #777455: hue angle of 54.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777455 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 85 -
CMYK 0 0.03 0.29 0.53
HSL 54.71º 0.17% 0.4% -
HSV(B) 54.71º 0.29% 0.47% -
XYZ 15.49 17.07 11.07 -
YUV 113.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 119 116 85 0 0.03 0.29 0.53 54.71 0.17 0.4
Hex 77 74 55 0 3 1D 35 37 11 28
Octal 167 164 125 0 3 35 65 67 21 50
Binary 1110111 1110100 1010101 0 11 11101 110101 110111 10001 101000

Color Harmonies of #777455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777455

Black with #777455

Text Example


Text Example

White with #777455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777455; }

 p { color: rgb(119,116,85); }

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

background-color css

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

 a { background-color: rgb(119,116,85); }

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

border-color css

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

 span { border-color: rgb(119,116,85); }

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