Html Css Color HEX #757251 Kokoda

📋 copy color: '#757251'

red 117 ◦ green 114 ◦ blue 81

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

Shades of Kokoda #757251

Tints of Kokoda #757251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.96%

R = 37.5%
G = 36.54%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#757251 (or 0x757251) is known color: Kokoda. HEX triplet: 75, 72 and 51. RGB value is (117,114,81). Sum of RGB (Red+Green+Blue) = 117+114+81=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #757251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757251 is #8A8DAE. Grayscale: #6F6F6F. Windows color (decimal): -9080239 or 5337717. OLE color: 5337717.

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

Color convert

RGB 117 114 81 -
CMYK 0 0.03 0.31 0.54
HSL 55º 0.18% 0.39% -
HSV(B) 55º 0.31% 0.46% -
XYZ 14.84 16.41 10.17 -
YUV 111.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 117 114 81 0 0.03 0.31 0.54 55 0.18 0.39
Hex 75 72 51 0 3 1F 36 37 12 27
Octal 165 162 121 0 3 37 66 67 22 47
Binary 1110101 1110010 1010001 0 11 11111 110110 110111 10010 100111

Color Harmonies of #757251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757251

Black with #757251

Text Example


Text Example

White with #757251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757251; }

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

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

background-color css

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

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

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

border-color css

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

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

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