Html Css Color HEX #76837F Rolling Stone

📋 copy color: '#76837F'

red 118 ◦ green 131 ◦ blue 127

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

Shades of Rolling Stone #76837F

Tints of Rolling Stone #76837F

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

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

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

R = 31.38%
G = 34.84%
B = 33.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#76837F (or 0x76837F) is known color: Rolling Stone. HEX triplet: 76, 83 and 7F. RGB value is (118,131,127). Sum of RGB (Red+Green+Blue) = 118+131+127=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #76837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76837F is #897C80. Grayscale: #7E7E7E. Windows color (decimal): -9010305 or 8356726. OLE color: 8356726.

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

Color convert

RGB 118 131 127 -
CMYK 0.10 0 0.03 0.49
HSL 161.54º 0.05% 0.49% -
HSV(B) 161.54º 0.1% 0.51% -
XYZ 19.42 21.62 23.23 -
YUV 126.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 118 131 127 0.10 0 0.03 0.49 161.54 0.05 0.49
Hex 76 83 7F A 0 3 31 A2 5 31
Octal 166 203 177 12 0 3 61 242 5 61
Binary 1110110 10000011 1111111 1010 0 11 110001 10100010 101 110001

Color Harmonies of #76837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76837F

Black with #76837F

Text Example


Text Example

White with #76837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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