Html Css Color HEX #75647B Rum

📋 copy color: '#75647B'

red 117 ◦ green 100 ◦ blue 123

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

Shades of Rum #75647B

Tints of Rum #75647B

RGB

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

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

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

R = 34.41%
G = 29.41%
B = 36.18%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75647B (or 0x75647B) is known color: Rum. HEX triplet: 75, 64 and 7B. RGB value is (117,100,123). Sum of RGB (Red+Green+Blue) = 117+100+123=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #75647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75647B is #8A9B84. Grayscale: #6B6B6B. Windows color (decimal): -9083781 or 8086645. OLE color: 8086645.

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

Color convert

RGB 117 100 123 -
CMYK 0.05 0.19 0 0.52
HSL 284.35º 0.1% 0.44% -
HSV(B) 284.35º 0.19% 0.48% -
XYZ 15.47 14.33 20.69 -
YUV 107.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 117 100 123 0.05 0.19 0 0.52 284.35 0.1 0.44
Hex 75 64 7B 5 13 0 34 11C A 2C
Octal 165 144 173 5 23 0 64 434 12 54
Binary 1110101 1100100 1111011 101 10011 0 110100 100011100 1010 101100

Color Harmonies of #75647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75647B

Black with #75647B

Text Example


Text Example

White with #75647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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