Html Css Color HEX #76807E Rolling Stone

📋 copy color: '#76807E'

red 118 ◦ green 128 ◦ blue 126

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

Shades of Rolling Stone #76807E

Tints of Rolling Stone #76807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 31.72%
G = 34.41%
B = 33.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#76807E (or 0x76807E) is known color: Rolling Stone. HEX triplet: 76, 80 and 7E. RGB value is (118,128,126). Sum of RGB (Red+Green+Blue) = 118+128+126=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 128 - color contains mainly: green. Hex color #76807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76807E is #897F81. Grayscale: #7C7C7C. Windows color (decimal): -9011074 or 8290422. OLE color: 8290422.

HSL color Cylindrical-coordinate representation of color #76807E: hue angle of 168º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76807E is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 126 -
CMYK 0.08 0 0.02 0.50
HSL 168º 0.04% 0.48% -
HSV(B) 168º 0.08% 0.5% -
XYZ 18.96 20.8 22.75 -
YUV 124.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 118 128 126 0.08 0 0.02 0.50 168 0.04 0.48
Hex 76 80 7E 8 0 2 32 A8 4 30
Octal 166 200 176 10 0 2 62 250 4 60
Binary 1110110 10000000 1111110 1000 0 10 110010 10101000 100 110000

Color Harmonies of #76807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76807E

Black with #76807E

Text Example


Text Example

White with #76807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76807E; }

 p { color: rgb(118,128,126); }

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

background-color css

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

 a { background-color: rgb(118,128,126); }

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

border-color css

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

 span { border-color: rgb(118,128,126); }

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