Html Css Color HEX #75817C Rolling Stone

📋 copy color: '#75817C'

red 117 ◦ green 129 ◦ blue 124

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

Shades of Rolling Stone #75817C

Tints of Rolling Stone #75817C

RGB

 RED value IS 117 (46.09% from 255) = 31.62%

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

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

R = 31.62%
G = 34.86%
B = 33.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#75817C (or 0x75817C) is known color: Rolling Stone. HEX triplet: 75, 81 and 7C. RGB value is (117,129,124). Sum of RGB (Red+Green+Blue) = 117+129+124=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 129 - color contains mainly: green. Hex color #75817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817C is #8A7E83. Grayscale: #7C7C7C. Windows color (decimal): -9076356 or 8159605. OLE color: 8159605.

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

Color convert

RGB 117 129 124 -
CMYK 0.09 0 0.04 0.49
HSL 155º 0.05% 0.48% -
HSV(B) 155º 0.09% 0.51% -
XYZ 18.82 20.94 22.12 -
YUV 124.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 117 129 124 0.09 0 0.04 0.49 155 0.05 0.48
Hex 75 81 7C 9 0 4 31 9B 5 30
Octal 165 201 174 11 0 4 61 233 5 60
Binary 1110101 10000001 1111100 1001 0 100 110001 10011011 101 110000

Color Harmonies of #75817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75817C

Black with #75817C

Text Example


Text Example

White with #75817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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