Html Css Color HEX #757455 Kokoda

📋 copy color: '#757455'

red 117 ◦ green 116 ◦ blue 85

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

Shades of Kokoda #757455

Tints of Kokoda #757455

RGB

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

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

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

R = 36.79%
G = 36.48%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#757455 (or 0x757455) is known color: Kokoda. HEX triplet: 75, 74 and 55. RGB value is (117,116,85). Sum of RGB (Red+Green+Blue) = 117+116+85=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #757455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757455 is #8A8BAA. Grayscale: #707070. Windows color (decimal): -9079723 or 5600373. OLE color: 5600373.

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

Color convert

RGB 117 116 85 -
CMYK 0 0.01 0.27 0.54
HSL 58.13º 0.16% 0.4% -
HSV(B) 58.13º 0.27% 0.46% -
XYZ 15.22 16.93 11.06 -
YUV 112.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 117 116 85 0 0.01 0.27 0.54 58.13 0.16 0.4
Hex 75 74 55 0 1 1B 36 3A 10 28
Octal 165 164 125 0 1 33 66 72 20 50
Binary 1110101 1110100 1010101 0 1 11011 110110 111010 10000 101000

Color Harmonies of #757455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757455

Black with #757455

Text Example


Text Example

White with #757455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757455; }

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

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

background-color css

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

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

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

border-color css

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

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

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