Html Css Color HEX #777450 Kokoda

📋 copy color: '#777450'

red 119 ◦ green 116 ◦ blue 80

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

Shades of Kokoda #777450

Tints of Kokoda #777450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 37.78%
G = 36.83%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#777450 (or 0x777450) is known color: Kokoda. HEX triplet: 77, 74 and 50. RGB value is (119,116,80). Sum of RGB (Red+Green+Blue) = 119+116+80=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #777450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777450 is #888BAF. Grayscale: #707070. Windows color (decimal): -8948656 or 5272695. OLE color: 5272695.

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

Color convert

RGB 119 116 80 -
CMYK 0 0.03 0.33 0.53
HSL 55.38º 0.2% 0.39% -
HSV(B) 55.38º 0.33% 0.47% -
XYZ 15.3 16.99 10.06 -
YUV 112.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 119 116 80 0 0.03 0.33 0.53 55.38 0.2 0.39
Hex 77 74 50 0 3 21 35 37 14 27
Octal 167 164 120 0 3 41 65 67 24 47
Binary 1110111 1110100 1010000 0 11 100001 110101 110111 10100 100111

Color Harmonies of #777450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777450

Black with #777450

Text Example


Text Example

White with #777450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777450; }

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

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

background-color css

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

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

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

border-color css

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

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

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