Html Css Color HEX #75647D Rum

📋 copy color: '#75647D'

red 117 ◦ green 100 ◦ blue 125

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

Shades of Rum #75647D

Tints of Rum #75647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 34.21%
G = 29.24%
B = 36.55%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75647D (or 0x75647D) is known color: Rum. HEX triplet: 75, 64 and 7D. RGB value is (117,100,125). Sum of RGB (Red+Green+Blue) = 117+100+125=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #75647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75647D is #8A9B82. Grayscale: #6B6B6B. Windows color (decimal): -9083779 or 8217717. OLE color: 8217717.

HSL color Cylindrical-coordinate representation of color #75647D: hue angle of 280.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75647D is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 100 125 -
CMYK 0.06 0.2 0 0.51
HSL 280.8º 0.11% 0.44% -
HSV(B) 280.8º 0.2% 0.49% -
XYZ 15.59 14.38 21.36 -
YUV 107.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 117 100 125 0.06 0.2 0 0.51 280.8 0.11 0.44
Hex 75 64 7D 6 14 0 33 119 B 2C
Octal 165 144 175 6 24 0 63 431 13 54
Binary 1110101 1100100 1111101 110 10100 0 110011 100011001 1011 101100

Color Harmonies of #75647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75647D

Black with #75647D

Text Example


Text Example

White with #75647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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