Html Css Color HEX #74817C Rolling Stone

📋 copy color: '#74817C'

red 116 ◦ green 129 ◦ blue 124

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

Shades of Rolling Stone #74817C

Tints of Rolling Stone #74817C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 31.44%
G = 34.96%
B = 33.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#74817C (or 0x74817C) is known color: Rolling Stone. HEX triplet: 74, 81 and 7C. RGB value is (116,129,124). Sum of RGB (Red+Green+Blue) = 116+129+124=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #74817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74817C is #8B7E83. Grayscale: #7C7C7C. Windows color (decimal): -9141892 or 8159604. OLE color: 8159604.

HSL color Cylindrical-coordinate representation of color #74817C: hue angle of 156.92º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74817C is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 124 -
CMYK 0.10 0 0.04 0.49
HSL 156.92º 0.05% 0.48% -
HSV(B) 156.92º 0.1% 0.51% -
XYZ 18.69 20.87 22.11 -
YUV 124.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 116 129 124 0.10 0 0.04 0.49 156.92 0.05 0.48
Hex 74 81 7C A 0 4 31 9D 5 30
Octal 164 201 174 12 0 4 61 235 5 60
Binary 1110100 10000001 1111100 1010 0 100 110001 10011101 101 110000

Color Harmonies of #74817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74817C

Black with #74817C

Text Example


Text Example

White with #74817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74817C; }

 p { color: rgb(116,129,124); }

 H1.HeaderClassName
 {
   color: #74817C;
 }
 .AnyTagClassName
 {
   color: #74817C;
 }
</style>

background-color css

<style>
 a { background-color: #74817C; }

 a { background-color: rgb(116,129,124); }

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

border-color css

<style>
 span { border-color: #74817C; }

 span { border-color: rgb(116,129,124); }

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