Html Css Color HEX #777353 Kokoda

📋 copy color: '#777353'

red 119 ◦ green 115 ◦ blue 83

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

Shades of Kokoda #777353

Tints of Kokoda #777353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 37.54%
G = 36.28%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#777353 (or 0x777353) is known color: Kokoda. HEX triplet: 77, 73 and 53. RGB value is (119,115,83). Sum of RGB (Red+Green+Blue) = 119+115+83=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #777353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777353 is #888CAC. Grayscale: #707070. Windows color (decimal): -8948909 or 5469047. OLE color: 5469047.

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

Color convert

RGB 119 115 83 -
CMYK 0 0.03 0.30 0.53
HSL 53.33º 0.18% 0.4% -
HSV(B) 53.33º 0.3% 0.47% -
XYZ 15.3 16.81 10.62 -
YUV 112.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 119 115 83 0 0.03 0.30 0.53 53.33 0.18 0.4
Hex 77 73 53 0 3 1E 35 35 12 28
Octal 167 163 123 0 3 36 65 65 22 50
Binary 1110111 1110011 1010011 0 11 11110 110101 110101 10010 101000

Color Harmonies of #777353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777353

Black with #777353

Text Example


Text Example

White with #777353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777353; }

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

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

background-color css

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

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

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

border-color css

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

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

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