Html Css Color HEX #76817E Rolling Stone

📋 copy color: '#76817E'

red 118 ◦ green 129 ◦ blue 126

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

Shades of Rolling Stone #76817E

Tints of Rolling Stone #76817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

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

R = 31.64%
G = 34.58%
B = 33.78%

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

#76817E (or 0x76817E) is known color: Rolling Stone. HEX triplet: 76, 81 and 7E. RGB value is (118,129,126). Sum of RGB (Red+Green+Blue) = 118+129+126=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 129 - color contains mainly: green. Hex color #76817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76817E is #897E81. Grayscale: #7D7D7D. Windows color (decimal): -9010818 or 8290678. OLE color: 8290678.

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

Color convert

RGB 118 129 126 -
CMYK 0.09 0 0.02 0.49
HSL 163.64º 0.04% 0.48% -
HSV(B) 163.64º 0.09% 0.51% -
XYZ 19.09 21.06 22.8 -
YUV 125.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 118 129 126 0.09 0 0.02 0.49 163.64 0.04 0.48
Hex 76 81 7E 9 0 2 31 A4 4 30
Octal 166 201 176 11 0 2 61 244 4 60
Binary 1110110 10000001 1111110 1001 0 10 110001 10100100 100 110000

Color Harmonies of #76817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76817E

Black with #76817E

Text Example


Text Example

White with #76817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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