Html Css Color HEX #758182 Regent Grey

📋 copy color: '#758182'

red 117 ◦ green 129 ◦ blue 130

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

Shades of Regent Grey #758182

Tints of Regent Grey #758182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 31.12%
G = 34.31%
B = 34.57%

CMYK

 C value IS 0.1

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#758182 (or 0x758182) is known color: Regent Grey. HEX triplet: 75, 81 and 82. RGB value is (117,129,130). Sum of RGB (Red+Green+Blue) = 117+129+130=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 130 - color contains mainly: blue. Hex color #758182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758182 is #8A7E7D. Grayscale: #7D7D7D. Windows color (decimal): -9076350 or 8552821. OLE color: 8552821.

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

Color convert

RGB 117 129 130 -
CMYK 0.1 0.01 0 0.49
HSL 184.62º 0.05% 0.48% -
HSV(B) 184.62º 0.1% 0.51% -
XYZ 19.22 21.09 24.18 -
YUV 125.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 117 129 130 0.1 0.01 0 0.49 184.62 0.05 0.48
Hex 75 81 82 A 1 0 31 B9 5 30
Octal 165 201 202 12 1 0 61 271 5 60
Binary 1110101 10000001 10000010 1010 1 0 110001 10111001 101 110000

Color Harmonies of #758182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758182

Black with #758182

Text Example


Text Example

White with #758182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758182; }

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

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

background-color css

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

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

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

border-color css

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

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

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