Html Css Color HEX #74817F Rolling Stone

📋 copy color: '#74817F'

red 116 ◦ green 129 ◦ blue 127

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

Shades of Rolling Stone #74817F

Tints of Rolling Stone #74817F

RGB

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

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

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

R = 31.18%
G = 34.68%
B = 34.14%

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

#74817F (or 0x74817F) is known color: Rolling Stone. HEX triplet: 74, 81 and 7F. RGB value is (116,129,127). Sum of RGB (Red+Green+Blue) = 116+129+127=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 129 - color contains mainly: green. Hex color #74817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74817F is #8B7E80. Grayscale: #7C7C7C. Windows color (decimal): -9141889 or 8356212. OLE color: 8356212.

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

Color convert

RGB 116 129 127 -
CMYK 0.10 0 0.02 0.49
HSL 170.77º 0.05% 0.48% -
HSV(B) 170.77º 0.1% 0.51% -
XYZ 18.88 20.95 23.13 -
YUV 124.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 116 129 127 0.10 0 0.02 0.49 170.77 0.05 0.48
Hex 74 81 7F A 0 2 31 AB 5 30
Octal 164 201 177 12 0 2 61 253 5 60
Binary 1110100 10000001 1111111 1010 0 10 110001 10101011 101 110000

Color Harmonies of #74817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74817F

Black with #74817F

Text Example


Text Example

White with #74817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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