Html Css Color HEX #777258 Kokoda

📋 copy color: '#777258'

red 119 ◦ green 114 ◦ blue 88

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

Shades of Kokoda #777258

Tints of Kokoda #777258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 37.07%
G = 35.51%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#777258 (or 0x777258) is known color: Kokoda. HEX triplet: 77, 72 and 58. RGB value is (119,114,88). Sum of RGB (Red+Green+Blue) = 119+114+88=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #777258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777258 is #888DA7. Grayscale: #707070. Windows color (decimal): -8949160 or 5796471. OLE color: 5796471.

HSL color Cylindrical-coordinate representation of color #777258: hue angle of 50.32º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #777258 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 88 -
CMYK 0 0.04 0.26 0.53
HSL 50.32º 0.15% 0.41% -
HSV(B) 50.32º 0.26% 0.47% -
XYZ 15.39 16.66 11.64 -
YUV 112.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 119 114 88 0 0.04 0.26 0.53 50.32 0.15 0.41
Hex 77 72 58 0 4 1A 35 32 F 29
Octal 167 162 130 0 4 32 65 62 17 51
Binary 1110111 1110010 1011000 0 100 11010 110101 110010 1111 101001

Color Harmonies of #777258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777258

Black with #777258

Text Example


Text Example

White with #777258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777258; }

 p { color: rgb(119,114,88); }

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

background-color css

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

 a { background-color: rgb(119,114,88); }

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

border-color css

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

 span { border-color: rgb(119,114,88); }

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