Html Css Color HEX #74807E Rolling Stone

📋 copy color: '#74807E'

red 116 ◦ green 128 ◦ blue 126

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

Shades of Rolling Stone #74807E

Tints of Rolling Stone #74807E

RGB

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

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

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

R = 31.35%
G = 34.59%
B = 34.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#74807E (or 0x74807E) is known color: Rolling Stone. HEX triplet: 74, 80 and 7E. RGB value is (116,128,126). Sum of RGB (Red+Green+Blue) = 116+128+126=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 128 - color contains mainly: green. Hex color #74807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74807E is #8B7F81. Grayscale: #7C7C7C. Windows color (decimal): -9142146 or 8290420. OLE color: 8290420.

HSL color Cylindrical-coordinate representation of color #74807E: hue angle of 170º 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 #74807E is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 126 -
CMYK 0.09 0 0.02 0.50
HSL 170º 0.05% 0.48% -
HSV(B) 170º 0.09% 0.5% -
XYZ 18.69 20.66 22.74 -
YUV 124.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 116 128 126 0.09 0 0.02 0.50 170 0.05 0.48
Hex 74 80 7E 9 0 2 32 AA 5 30
Octal 164 200 176 11 0 2 62 252 5 60
Binary 1110100 10000000 1111110 1001 0 10 110010 10101010 101 110000

Color Harmonies of #74807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74807E

Black with #74807E

Text Example


Text Example

White with #74807E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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