Html Css Color HEX #75837F Rolling Stone

📋 copy color: '#75837F'

red 117 ◦ green 131 ◦ blue 127

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

Shades of Rolling Stone #75837F

Tints of Rolling Stone #75837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 127 (50% from 255) = 33.87%

R = 31.2%
G = 34.93%
B = 33.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#75837F (or 0x75837F) is known color: Rolling Stone. HEX triplet: 75, 83 and 7F. RGB value is (117,131,127). Sum of RGB (Red+Green+Blue) = 117+131+127=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #75837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75837F is #8A7C80. Grayscale: #7E7E7E. Windows color (decimal): -9075841 or 8356725. OLE color: 8356725.

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

Color convert

RGB 117 131 127 -
CMYK 0.11 0 0.03 0.49
HSL 162.86º 0.06% 0.49% -
HSV(B) 162.86º 0.11% 0.51% -
XYZ 19.28 21.55 23.22 -
YUV 126.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 117 131 127 0.11 0 0.03 0.49 162.86 0.06 0.49
Hex 75 83 7F B 0 3 31 A3 6 31
Octal 165 203 177 13 0 3 61 243 6 61
Binary 1110101 10000011 1111111 1011 0 11 110001 10100011 110 110001

Color Harmonies of #75837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75837F

Black with #75837F

Text Example


Text Example

White with #75837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75837F; }

 p { color: rgb(117,131,127); }

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

background-color css

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

 a { background-color: rgb(117,131,127); }

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

border-color css

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

 span { border-color: rgb(117,131,127); }

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