Html Css Color HEX #757077 Rum

📋 copy color: '#757077'

red 117 ◦ green 112 ◦ blue 119

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

Shades of Rum #757077

Tints of Rum #757077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 33.62%
G = 32.18%
B = 34.2%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757077 (or 0x757077) is known color: Rum. HEX triplet: 75, 70 and 77. RGB value is (117,112,119). Sum of RGB (Red+Green+Blue) = 117+112+119=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 119 - color contains mainly: blue. Hex color #757077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757077 is #8A8F88. Grayscale: #727272. Windows color (decimal): -9080713 or 7827573. OLE color: 7827573.

HSL color Cylindrical-coordinate representation of color #757077: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757077 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 112 119 -
CMYK 0.02 0.06 0 0.53
HSL 282.86º 0.03% 0.45% -
HSV(B) 282.86º 0.06% 0.47% -
XYZ 16.46 16.7 19.81 -
YUV 114.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 117 112 119 0.02 0.06 0 0.53 282.86 0.03 0.45
Hex 75 70 77 2 6 0 35 11B 3 2D
Octal 165 160 167 2 6 0 65 433 3 55
Binary 1110101 1110000 1110111 10 110 0 110101 100011011 11 101101

Color Harmonies of #757077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757077

Black with #757077

Text Example


Text Example

White with #757077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757077; }

 p { color: rgb(117,112,119); }

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

background-color css

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

 a { background-color: rgb(117,112,119); }

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

border-color css

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

 span { border-color: rgb(117,112,119); }

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