Html Css Color HEX #74817E Rolling Stone

📋 copy color: '#74817E'

red 116 ◦ green 129 ◦ blue 126

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

Shades of Rolling Stone #74817E

Tints of Rolling Stone #74817E

RGB

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

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

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

R = 31.27%
G = 34.77%
B = 33.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#74817E (or 0x74817E) is known color: Rolling Stone. HEX triplet: 74, 81 and 7E. RGB value is (116,129,126). Sum of RGB (Red+Green+Blue) = 116+129+126=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 129 - color contains mainly: green. Hex color #74817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74817E is #8B7E81. Grayscale: #7C7C7C. Windows color (decimal): -9141890 or 8290676. OLE color: 8290676.

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

Color convert

RGB 116 129 126 -
CMYK 0.10 0 0.02 0.49
HSL 166.15º 0.05% 0.48% -
HSV(B) 166.15º 0.1% 0.51% -
XYZ 18.82 20.92 22.78 -
YUV 124.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 116 129 126 0.10 0 0.02 0.49 166.15 0.05 0.48
Hex 74 81 7E A 0 2 31 A6 5 30
Octal 164 201 176 12 0 2 61 246 5 60
Binary 1110100 10000001 1111110 1010 0 10 110001 10100110 101 110000

Color Harmonies of #74817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74817E

Black with #74817E

Text Example


Text Example

White with #74817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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