Html Css Color HEX #758083 Regent Grey

📋 copy color: '#758083'

red 117 ◦ green 128 ◦ blue 131

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

Shades of Regent Grey #758083

Tints of Regent Grey #758083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 31.12%
G = 34.04%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#758083 (or 0x758083) is known color: Regent Grey. HEX triplet: 75, 80 and 83. RGB value is (117,128,131). Sum of RGB (Red+Green+Blue) = 117+128+131=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 131 - color contains mainly: blue. Hex color #758083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758083 is #8A7F7C. Grayscale: #7D7D7D. Windows color (decimal): -9076605 or 8618101. OLE color: 8618101.

HSL color Cylindrical-coordinate representation of color #758083: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758083 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 128 131 -
CMYK 0.11 0.02 0 0.49
HSL 192.86º 0.06% 0.49% -
HSV(B) 192.86º 0.11% 0.51% -
XYZ 19.15 20.86 24.49 -
YUV 125.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 117 128 131 0.11 0.02 0 0.49 192.86 0.06 0.49
Hex 75 80 83 B 2 0 31 C1 6 31
Octal 165 200 203 13 2 0 61 301 6 61
Binary 1110101 10000000 10000011 1011 10 0 110001 11000001 110 110001

Color Harmonies of #758083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758083

Black with #758083

Text Example


Text Example

White with #758083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758083; }

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

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

background-color css

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

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

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

border-color css

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

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

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