Html Css Color HEX #758085 Regent Grey

📋 copy color: '#758085'

red 117 ◦ green 128 ◦ blue 133

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

Shades of Regent Grey #758085

Tints of Regent Grey #758085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 30.95%
G = 33.86%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#758085 (or 0x758085) is known color: Regent Grey. HEX triplet: 75, 80 and 85. RGB value is (117,128,133). Sum of RGB (Red+Green+Blue) = 117+128+133=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #758085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758085 is #8A7F7A. Grayscale: #7D7D7D. Windows color (decimal): -9076603 or 8749173. OLE color: 8749173.

HSL color Cylindrical-coordinate representation of color #758085: hue angle of 198.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758085 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 128 133 -
CMYK 0.12 0.04 0 0.48
HSL 198.75º 0.06% 0.49% -
HSV(B) 198.75º 0.12% 0.52% -
XYZ 19.29 20.91 25.21 -
YUV 125.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 117 128 133 0.12 0.04 0 0.48 198.75 0.06 0.49
Hex 75 80 85 C 4 0 30 C7 6 31
Octal 165 200 205 14 4 0 60 307 6 61
Binary 1110101 10000000 10000101 1100 100 0 110000 11000111 110 110001

Color Harmonies of #758085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758085

Black with #758085

Text Example


Text Example

White with #758085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758085; }

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

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

background-color css

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

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

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

border-color css

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

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

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