Html Css Color HEX #758082 Regent Grey

📋 copy color: '#758082'

red 117 ◦ green 128 ◦ blue 130

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

Shades of Regent Grey #758082

Tints of Regent Grey #758082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 31.2%
G = 34.13%
B = 34.67%

CMYK

 C value IS 0.1

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#758082 (or 0x758082) is known color: Regent Grey. HEX triplet: 75, 80 and 82. RGB value is (117,128,130). Sum of RGB (Red+Green+Blue) = 117+128+130=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 130 - color contains mainly: blue. Hex color #758082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758082 is #8A7F7D. Grayscale: #7C7C7C. Windows color (decimal): -9076606 or 8552565. OLE color: 8552565.

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

Color convert

RGB 117 128 130 -
CMYK 0.1 0.02 0 0.49
HSL 189.23º 0.05% 0.48% -
HSV(B) 189.23º 0.1% 0.51% -
XYZ 19.08 20.83 24.13 -
YUV 124.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 117 128 130 0.1 0.02 0 0.49 189.23 0.05 0.48
Hex 75 80 82 A 2 0 31 BD 5 30
Octal 165 200 202 12 2 0 61 275 5 60
Binary 1110101 10000000 10000010 1010 10 0 110001 10111101 101 110000

Color Harmonies of #758082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758082

Black with #758082

Text Example


Text Example

White with #758082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758082; }

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

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

background-color css

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

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

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

border-color css

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

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

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