Html Css Color HEX #757255 Kokoda

📋 copy color: '#757255'

red 117 ◦ green 114 ◦ blue 85

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

Shades of Kokoda #757255

Tints of Kokoda #757255

RGB

 RED value IS 117 (46.09% from 255) = 37.03%

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

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

R = 37.03%
G = 36.08%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#757255 (or 0x757255) is known color: Kokoda. HEX triplet: 75, 72 and 55. RGB value is (117,114,85). Sum of RGB (Red+Green+Blue) = 117+114+85=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #757255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757255 is #8A8DAA. Grayscale: #6F6F6F. Windows color (decimal): -9080235 or 5599861. OLE color: 5599861.

HSL color Cylindrical-coordinate representation of color #757255: hue angle of 54.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757255 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 85 -
CMYK 0 0.03 0.27 0.54
HSL 54.38º 0.16% 0.4% -
HSV(B) 54.38º 0.27% 0.46% -
XYZ 14.99 16.47 10.98 -
YUV 111.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 117 114 85 0 0.03 0.27 0.54 54.38 0.16 0.4
Hex 75 72 55 0 3 1B 36 36 10 28
Octal 165 162 125 0 3 33 66 66 20 50
Binary 1110101 1110010 1010101 0 11 11011 110110 110110 10000 101000

Color Harmonies of #757255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757255

Black with #757255

Text Example


Text Example

White with #757255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757255; }

 p { color: rgb(117,114,85); }

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

background-color css

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

 a { background-color: rgb(117,114,85); }

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

border-color css

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

 span { border-color: rgb(117,114,85); }

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