Html Css Color HEX #777355 Kokoda

📋 copy color: '#777355'

red 119 ◦ green 115 ◦ blue 85

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

Shades of Kokoda #777355

Tints of Kokoda #777355

RGB

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

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

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

R = 37.3%
G = 36.05%
B = 26.65%

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

#777355 (or 0x777355) is known color: Kokoda. HEX triplet: 77, 73 and 55. RGB value is (119,115,85). Sum of RGB (Red+Green+Blue) = 119+115+85=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #777355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777355 is #888CAA. Grayscale: #707070. Windows color (decimal): -8948907 or 5600119. OLE color: 5600119.

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

Color convert

RGB 119 115 85 -
CMYK 0 0.03 0.29 0.53
HSL 52.94º 0.17% 0.4% -
HSV(B) 52.94º 0.29% 0.47% -
XYZ 15.38 16.84 11.03 -
YUV 112.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 119 115 85 0 0.03 0.29 0.53 52.94 0.17 0.4
Hex 77 73 55 0 3 1D 35 35 11 28
Octal 167 163 125 0 3 35 65 65 21 50
Binary 1110111 1110011 1010101 0 11 11101 110101 110101 10001 101000

Color Harmonies of #777355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777355

Black with #777355

Text Example


Text Example

White with #777355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777355; }

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

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

background-color css

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

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

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

border-color css

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

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

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