Html Css Color HEX #74807F Rolling Stone

📋 copy color: '#74807F'

red 116 ◦ green 128 ◦ blue 127

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

Shades of Rolling Stone #74807F

Tints of Rolling Stone #74807F

RGB

 RED value IS 116 (45.7% from 255) = 31.27%

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

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

R = 31.27%
G = 34.5%
B = 34.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#74807F (or 0x74807F) is known color: Rolling Stone. HEX triplet: 74, 80 and 7F. RGB value is (116,128,127). Sum of RGB (Red+Green+Blue) = 116+128+127=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 128 - color contains mainly: green. Hex color #74807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74807F is #8B7F80. Grayscale: #7C7C7C. Windows color (decimal): -9142145 or 8355956. OLE color: 8355956.

HSL color Cylindrical-coordinate representation of color #74807F: hue angle of 175º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74807F is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 127 -
CMYK 0.09 0 0.01 0.50
HSL 175º 0.05% 0.48% -
HSV(B) 175º 0.09% 0.5% -
XYZ 18.75 20.68 23.08 -
YUV 124.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 116 128 127 0.09 0 0.01 0.50 175 0.05 0.48
Hex 74 80 7F 9 0 1 32 AF 5 30
Octal 164 200 177 11 0 1 62 257 5 60
Binary 1110100 10000000 1111111 1001 0 1 110010 10101111 101 110000

Color Harmonies of #74807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74807F

Black with #74807F

Text Example


Text Example

White with #74807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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