Html Css Color HEX #76827D Rolling Stone

📋 copy color: '#76827D'

red 118 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #76827D

Tints of Rolling Stone #76827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 31.64%
G = 34.85%
B = 33.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#76827D (or 0x76827D) is known color: Rolling Stone. HEX triplet: 76, 82 and 7D. RGB value is (118,130,125). Sum of RGB (Red+Green+Blue) = 118+130+125=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 130 - color contains mainly: green. Hex color #76827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76827D is #897D82. Grayscale: #7D7D7D. Windows color (decimal): -9010563 or 8225398. OLE color: 8225398.

HSL color Cylindrical-coordinate representation of color #76827D: hue angle of 155º 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 #76827D is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 125 -
CMYK 0.09 0 0.04 0.49
HSL 155º 0.05% 0.49% -
HSV(B) 155º 0.09% 0.51% -
XYZ 19.16 21.3 22.5 -
YUV 125.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 118 130 125 0.09 0 0.04 0.49 155 0.05 0.49
Hex 76 82 7D 9 0 4 31 9B 5 31
Octal 166 202 175 11 0 4 61 233 5 61
Binary 1110110 10000010 1111101 1001 0 100 110001 10011011 101 110001

Color Harmonies of #76827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76827D

Black with #76827D

Text Example


Text Example

White with #76827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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