Html Css Color HEX #75657B Rum

📋 copy color: '#75657B'

red 117 ◦ green 101 ◦ blue 123

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

Shades of Rum #75657B

Tints of Rum #75657B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.07%

R = 34.31%
G = 29.62%
B = 36.07%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75657B (or 0x75657B) is known color: Rum. HEX triplet: 75, 65 and 7B. RGB value is (117,101,123). Sum of RGB (Red+Green+Blue) = 117+101+123=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #75657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75657B is #8A9A84. Grayscale: #6C6C6C. Windows color (decimal): -9083525 or 8086901. OLE color: 8086901.

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

Color convert

RGB 117 101 123 -
CMYK 0.05 0.18 0 0.52
HSL 283.64º 0.1% 0.44% -
HSV(B) 283.64º 0.18% 0.48% -
XYZ 15.56 14.52 20.72 -
YUV 108.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 117 101 123 0.05 0.18 0 0.52 283.64 0.1 0.44
Hex 75 65 7B 5 12 0 34 11C A 2C
Octal 165 145 173 5 22 0 64 434 12 54
Binary 1110101 1100101 1111011 101 10010 0 110100 100011100 1010 101100

Color Harmonies of #75657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75657B

Black with #75657B

Text Example


Text Example

White with #75657B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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