Html Css Color HEX #757462 Kokoda

📋 copy color: '#757462'

red 117 ◦ green 116 ◦ blue 98

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

Shades of Kokoda #757462

Tints of Kokoda #757462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 35.35%
G = 35.05%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#757462 (or 0x757462) is known color: Kokoda. HEX triplet: 75, 74 and 62. RGB value is (117,116,98). Sum of RGB (Red+Green+Blue) = 117+116+98=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #757462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757462 is #8A8B9D. Grayscale: #727272. Windows color (decimal): -9079710 or 6452341. OLE color: 6452341.

HSL color Cylindrical-coordinate representation of color #757462: hue angle of 56.84º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757462 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 98 -
CMYK 0 0.01 0.16 0.54
HSL 56.84º 0.09% 0.42% -
HSV(B) 56.84º 0.16% 0.46% -
XYZ 15.79 17.15 14.03 -
YUV 114.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 117 116 98 0 0.01 0.16 0.54 56.84 0.09 0.42
Hex 75 74 62 0 1 10 36 39 9 2A
Octal 165 164 142 0 1 20 66 71 11 52
Binary 1110101 1110100 1100010 0 1 10000 110110 111001 1001 101010

Color Harmonies of #757462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757462

Black with #757462

Text Example


Text Example

White with #757462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757462; }

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

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

background-color css

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

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

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

border-color css

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

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

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