Html Css Color HEX #759B68 Amulet

📋 copy color: '#759B68'

red 117 ◦ green 155 ◦ blue 104

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

Shades of Amulet #759B68

Tints of Amulet #759B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 31.12%
G = 41.22%
B = 27.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#759B68 (or 0x759B68) is known color: Amulet. HEX triplet: 75, 9B and 68. RGB value is (117,155,104). Sum of RGB (Red+Green+Blue) = 117+155+104=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #759B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B68 is #8A6497. Grayscale: #898989. Windows color (decimal): -9069720 or 6855541. OLE color: 6855541.

HSL color Cylindrical-coordinate representation of color #759B68: hue angle of 104.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759B68 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 104 -
CMYK 0.25 0 0.33 0.39
HSL 104.71º 0.2% 0.51% -
HSV(B) 104.71º 0.33% 0.61% -
XYZ 21.56 28.22 17.41 -
YUV 137.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 117 155 104 0.25 0 0.33 0.39 104.71 0.2 0.51
Hex 75 9B 68 19 0 21 27 69 14 33
Octal 165 233 150 31 0 41 47 151 24 63
Binary 1110101 10011011 1101000 11001 0 100001 100111 1101001 10100 110011

Color Harmonies of #759B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B68

Black with #759B68

Text Example


Text Example

White with #759B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B68; }

 p { color: rgb(117,155,104); }

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

background-color css

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

 a { background-color: rgb(117,155,104); }

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

border-color css

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

 span { border-color: rgb(117,155,104); }

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