Html Css Color HEX #75827E Rolling Stone

📋 copy color: '#75827E'

red 117 ◦ green 130 ◦ blue 126

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

Shades of Rolling Stone #75827E

Tints of Rolling Stone #75827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

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

R = 31.37%
G = 34.85%
B = 33.78%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#75827E (or 0x75827E) is known color: Rolling Stone. HEX triplet: 75, 82 and 7E. RGB value is (117,130,126). Sum of RGB (Red+Green+Blue) = 117+130+126=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 130 - color contains mainly: green. Hex color #75827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75827E is #8A7D81. Grayscale: #7D7D7D. Windows color (decimal): -9076098 or 8290933. OLE color: 8290933.

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

Color convert

RGB 117 130 126 -
CMYK 0.1 0 0.03 0.49
HSL 161.54º 0.05% 0.48% -
HSV(B) 161.54º 0.1% 0.51% -
XYZ 19.08 21.25 22.84 -
YUV 125.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 117 130 126 0.1 0 0.03 0.49 161.54 0.05 0.48
Hex 75 82 7E A 0 3 31 A2 5 30
Octal 165 202 176 12 0 3 61 242 5 60
Binary 1110101 10000010 1111110 1010 0 11 110001 10100010 101 110000

Color Harmonies of #75827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75827E

Black with #75827E

Text Example


Text Example

White with #75827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,130,126); }

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

background-color css

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

 a { background-color: rgb(117,130,126); }

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

border-color css

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

 span { border-color: rgb(117,130,126); }

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