Html Css Color HEX #75976E Amulet

📋 copy color: '#75976E'

red 117 ◦ green 151 ◦ blue 110

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

Shades of Amulet #75976E

Tints of Amulet #75976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.95%

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 30.95%
G = 39.95%
B = 29.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#75976E (or 0x75976E) is known color: Amulet. HEX triplet: 75, 97 and 6E. RGB value is (117,151,110). Sum of RGB (Red+Green+Blue) = 117+151+110=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #75976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75976E is #8A6891. Grayscale: #888888. Windows color (decimal): -9070738 or 7247733. OLE color: 7247733.

HSL color Cylindrical-coordinate representation of color #75976E: hue angle of 109.76º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75976E is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 110 -
CMYK 0.23 0 0.27 0.41
HSL 109.76º 0.16% 0.51% -
HSV(B) 109.76º 0.27% 0.59% -
XYZ 21.22 27.04 18.85 -
YUV 136.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 117 151 110 0.23 0 0.27 0.41 109.76 0.16 0.51
Hex 75 97 6E 17 0 1B 29 6E 10 33
Octal 165 227 156 27 0 33 51 156 20 63
Binary 1110101 10010111 1101110 10111 0 11011 101001 1101110 10000 110011

Color Harmonies of #75976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75976E

Black with #75976E

Text Example


Text Example

White with #75976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75976E; }

 p { color: rgb(117,151,110); }

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

background-color css

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

 a { background-color: rgb(117,151,110); }

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

border-color css

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

 span { border-color: rgb(117,151,110); }

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