Html Css Color HEX #76807F Rolling Stone

📋 copy color: '#76807F'

red 118 ◦ green 128 ◦ blue 127

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

Shades of Rolling Stone #76807F

Tints of Rolling Stone #76807F

RGB

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

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

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

R = 31.64%
G = 34.32%
B = 34.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#76807F (or 0x76807F) is known color: Rolling Stone. HEX triplet: 76, 80 and 7F. RGB value is (118,128,127). Sum of RGB (Red+Green+Blue) = 118+128+127=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 128 - color contains mainly: green. Hex color #76807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76807F is #897F80. Grayscale: #7C7C7C. Windows color (decimal): -9011073 or 8355958. OLE color: 8355958.

HSL color Cylindrical-coordinate representation of color #76807F: hue angle of 174º 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 #76807F is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 127 -
CMYK 0.08 0 0.01 0.50
HSL 174º 0.04% 0.48% -
HSV(B) 174º 0.08% 0.5% -
XYZ 19.02 20.82 23.1 -
YUV 124.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 118 128 127 0.08 0 0.01 0.50 174 0.04 0.48
Hex 76 80 7F 8 0 1 32 AE 4 30
Octal 166 200 177 10 0 1 62 256 4 60
Binary 1110110 10000000 1111111 1000 0 1 110010 10101110 100 110000

Color Harmonies of #76807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76807F

Black with #76807F

Text Example


Text Example

White with #76807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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