Html Css Color HEX #76827F Rolling Stone

📋 copy color: '#76827F'

red 118 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #76827F

Tints of Rolling Stone #76827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

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

R = 31.47%
G = 34.67%
B = 33.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#76827F (or 0x76827F) is known color: Rolling Stone. HEX triplet: 76, 82 and 7F. RGB value is (118,130,127). Sum of RGB (Red+Green+Blue) = 118+130+127=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 130 - color contains mainly: green. Hex color #76827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76827F is #897D80. Grayscale: #7E7E7E. Windows color (decimal): -9010561 or 8356470. OLE color: 8356470.

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

Color convert

RGB 118 130 127 -
CMYK 0.09 0 0.02 0.49
HSL 165º 0.05% 0.49% -
HSV(B) 165º 0.09% 0.51% -
XYZ 19.28 21.35 23.18 -
YUV 126.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 118 130 127 0.09 0 0.02 0.49 165 0.05 0.49
Hex 76 82 7F 9 0 2 31 A5 5 31
Octal 166 202 177 11 0 2 61 245 5 61
Binary 1110110 10000010 1111111 1001 0 10 110001 10100101 101 110001

Color Harmonies of #76827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76827F

Black with #76827F

Text Example


Text Example

White with #76827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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