Html Css Color HEX #75657A Rum

📋 copy color: '#75657A'

red 117 ◦ green 101 ◦ blue 122

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

Shades of Rum #75657A

Tints of Rum #75657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 34.41%
G = 29.71%
B = 35.88%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75657A (or 0x75657A) is known color: Rum. HEX triplet: 75, 65 and 7A. RGB value is (117,101,122). Sum of RGB (Red+Green+Blue) = 117+101+122=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #75657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657A is #8A9A85. Grayscale: #6C6C6C. Windows color (decimal): -9083526 or 8021365. OLE color: 8021365.

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

Color convert

RGB 117 101 122 -
CMYK 0.04 0.17 0 0.52
HSL 285.71º 0.09% 0.44% -
HSV(B) 285.71º 0.17% 0.48% -
XYZ 15.5 14.49 20.39 -
YUV 108.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 117 101 122 0.04 0.17 0 0.52 285.71 0.09 0.44
Hex 75 65 7A 4 11 0 34 11E 9 2C
Octal 165 145 172 4 21 0 64 436 11 54
Binary 1110101 1100101 1111010 100 10001 0 110100 100011110 1001 101100

Color Harmonies of #75657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75657A

Black with #75657A

Text Example


Text Example

White with #75657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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