Html Css Color HEX #757253 Kokoda

📋 copy color: '#757253'

red 117 ◦ green 114 ◦ blue 83

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

Shades of Kokoda #757253

Tints of Kokoda #757253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 37.26%
G = 36.31%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#757253 (or 0x757253) is known color: Kokoda. HEX triplet: 75, 72 and 53. RGB value is (117,114,83). Sum of RGB (Red+Green+Blue) = 117+114+83=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #757253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757253 is #8A8DAC. Grayscale: #6F6F6F. Windows color (decimal): -9080237 or 5468789. OLE color: 5468789.

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

Color convert

RGB 117 114 83 -
CMYK 0 0.03 0.29 0.54
HSL 54.71º 0.17% 0.39% -
HSV(B) 54.71º 0.29% 0.46% -
XYZ 14.91 16.44 10.57 -
YUV 111.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 117 114 83 0 0.03 0.29 0.54 54.71 0.17 0.39
Hex 75 72 53 0 3 1D 36 37 11 27
Octal 165 162 123 0 3 35 66 67 21 47
Binary 1110101 1110010 1010011 0 11 11101 110110 110111 10001 100111

Color Harmonies of #757253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757253

Black with #757253

Text Example


Text Example

White with #757253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757253; }

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

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

background-color css

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

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

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

border-color css

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

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

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