Html Css Color HEX #757351 Kokoda

📋 copy color: '#757351'

red 117 ◦ green 115 ◦ blue 81

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

Shades of Kokoda #757351

Tints of Kokoda #757351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

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

R = 37.38%
G = 36.74%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#757351 (or 0x757351) is known color: Kokoda. HEX triplet: 75, 73 and 51. RGB value is (117,115,81). Sum of RGB (Red+Green+Blue) = 117+115+81=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #757351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757351 is #8A8CAE. Grayscale: #6F6F6F. Windows color (decimal): -9079983 or 5337973. OLE color: 5337973.

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

Color convert

RGB 117 115 81 -
CMYK 0 0.02 0.31 0.54
HSL 56.67º 0.18% 0.39% -
HSV(B) 56.67º 0.31% 0.46% -
XYZ 14.95 16.64 10.21 -
YUV 111.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 117 115 81 0 0.02 0.31 0.54 56.67 0.18 0.39
Hex 75 73 51 0 2 1F 36 39 12 27
Octal 165 163 121 0 2 37 66 71 22 47
Binary 1110101 1110011 1010001 0 10 11111 110110 111001 10010 100111

Color Harmonies of #757351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757351

Black with #757351

Text Example


Text Example

White with #757351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757351; }

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

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

background-color css

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

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

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

border-color css

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

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

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