Html Css Color HEX #75667B Rum

📋 copy color: '#75667B'

red 117 ◦ green 102 ◦ blue 123

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

Shades of Rum #75667B

Tints of Rum #75667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 34.21%
G = 29.82%
B = 35.96%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75667B (or 0x75667B) is known color: Rum. HEX triplet: 75, 66 and 7B. RGB value is (117,102,123). Sum of RGB (Red+Green+Blue) = 117+102+123=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: blue. Hex color #75667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75667B is #8A9984. Grayscale: #6C6C6C. Windows color (decimal): -9083269 or 8087157. OLE color: 8087157.

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

Color convert

RGB 117 102 123 -
CMYK 0.05 0.17 0 0.52
HSL 282.86º 0.09% 0.44% -
HSV(B) 282.86º 0.17% 0.48% -
XYZ 15.66 14.71 20.75 -
YUV 108.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 117 102 123 0.05 0.17 0 0.52 282.86 0.09 0.44
Hex 75 66 7B 5 11 0 34 11B 9 2C
Octal 165 146 173 5 21 0 64 433 11 54
Binary 1110101 1100110 1111011 101 10001 0 110100 100011011 1001 101100

Color Harmonies of #75667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75667B

Black with #75667B

Text Example


Text Example

White with #75667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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