Html Css Color HEX #75607F Rum

📋 copy color: '#75607F'

red 117 ◦ green 96 ◦ blue 127

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

Shades of Rum #75607F

Tints of Rum #75607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 34.41%
G = 28.24%
B = 37.35%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75607F (or 0x75607F) is known color: Rum. HEX triplet: 75, 60 and 7F. RGB value is (117,96,127). Sum of RGB (Red+Green+Blue) = 117+96+127=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #75607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75607F is #8A9F80. Grayscale: #696969. Windows color (decimal): -9084801 or 8347765. OLE color: 8347765.

HSL color Cylindrical-coordinate representation of color #75607F: hue angle of 280.65º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75607F is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 96 127 -
CMYK 0.08 0.24 0 0.50
HSL 280.65º 0.14% 0.44% -
HSV(B) 280.65º 0.24% 0.5% -
XYZ 15.35 13.68 21.91 -
YUV 105.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 117 96 127 0.08 0.24 0 0.50 280.65 0.14 0.44
Hex 75 60 7F 8 18 0 32 119 E 2C
Octal 165 140 177 10 30 0 62 431 16 54
Binary 1110101 1100000 1111111 1000 11000 0 110010 100011001 1110 101100

Color Harmonies of #75607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75607F

Black with #75607F

Text Example


Text Example

White with #75607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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