Html Css Color HEX #757155 Kokoda

📋 copy color: '#757155'

red 117 ◦ green 113 ◦ blue 85

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

Shades of Kokoda #757155

Tints of Kokoda #757155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 37.14%
G = 35.87%
B = 26.98%

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

#757155 (or 0x757155) is known color: Kokoda. HEX triplet: 75, 71 and 55. RGB value is (117,113,85). Sum of RGB (Red+Green+Blue) = 117+113+85=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #757155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757155 is #8A8EAA. Grayscale: #6F6F6F. Windows color (decimal): -9080491 or 5599605. OLE color: 5599605.

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

Color convert

RGB 117 113 85 -
CMYK 0 0.03 0.27 0.54
HSL 52.5º 0.16% 0.4% -
HSV(B) 52.5º 0.27% 0.46% -
XYZ 14.88 16.25 10.95 -
YUV 111 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 117 113 85 0 0.03 0.27 0.54 52.5 0.16 0.4
Hex 75 71 55 0 3 1B 36 34 10 28
Octal 165 161 125 0 3 33 66 64 20 50
Binary 1110101 1110001 1010101 0 11 11011 110110 110100 10000 101000

Color Harmonies of #757155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757155

Black with #757155

Text Example


Text Example

White with #757155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757155; }

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

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

background-color css

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

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

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

border-color css

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

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

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