Html Css Color HEX #75647A Rum

📋 copy color: '#75647A'

red 117 ◦ green 100 ◦ blue 122

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

Shades of Rum #75647A

Tints of Rum #75647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 34.51%
G = 29.5%
B = 35.99%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75647A (or 0x75647A) is known color: Rum. HEX triplet: 75, 64 and 7A. RGB value is (117,100,122). Sum of RGB (Red+Green+Blue) = 117+100+122=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #75647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75647A is #8A9B85. Grayscale: #6B6B6B. Windows color (decimal): -9083782 or 8021109. OLE color: 8021109.

HSL color Cylindrical-coordinate representation of color #75647A: hue angle of 286.36º 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 #75647A is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 100 122 -
CMYK 0.04 0.18 0 0.52
HSL 286.36º 0.1% 0.44% -
HSV(B) 286.36º 0.18% 0.48% -
XYZ 15.41 14.3 20.36 -
YUV 107.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 117 100 122 0.04 0.18 0 0.52 286.36 0.1 0.44
Hex 75 64 7A 4 12 0 34 11E A 2C
Octal 165 144 172 4 22 0 64 436 12 54
Binary 1110101 1100100 1111010 100 10010 0 110100 100011110 1010 101100

Color Harmonies of #75647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75647A

Black with #75647A

Text Example


Text Example

White with #75647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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