Html Css Color HEX #75607A Rum

📋 copy color: '#75607A'

red 117 ◦ green 96 ◦ blue 122

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

Shades of Rum #75607A

Tints of Rum #75607A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 34.93%
G = 28.66%
B = 36.42%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75607A (or 0x75607A) is known color: Rum. HEX triplet: 75, 60 and 7A. RGB value is (117,96,122). Sum of RGB (Red+Green+Blue) = 117+96+122=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #75607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607A is #8A9F85. Grayscale: #696969. Windows color (decimal): -9084806 or 8020085. OLE color: 8020085.

HSL color Cylindrical-coordinate representation of color #75607A: hue angle of 288.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75607A is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 96 122 -
CMYK 0.04 0.21 0 0.52
HSL 288.46º 0.12% 0.43% -
HSV(B) 288.46º 0.21% 0.48% -
XYZ 15.03 13.55 20.24 -
YUV 105.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 117 96 122 0.04 0.21 0 0.52 288.46 0.12 0.43
Hex 75 60 7A 4 15 0 34 120 C 2B
Octal 165 140 172 4 25 0 64 440 14 53
Binary 1110101 1100000 1111010 100 10101 0 110100 100100000 1100 101011

Color Harmonies of #75607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75607A

Black with #75607A

Text Example


Text Example

White with #75607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75607A; }

 p { color: rgb(117,96,122); }

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

background-color css

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

 a { background-color: rgb(117,96,122); }

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

border-color css

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

 span { border-color: rgb(117,96,122); }

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