Html Css Color HEX #758A8F Regent Grey

📋 copy color: '#758A8F'

red 117 ◦ green 138 ◦ blue 143

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

Shades of Regent Grey #758A8F

Tints of Regent Grey #758A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 29.4%
G = 34.67%
B = 35.93%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#758A8F (or 0x758A8F) is known color: Regent Grey. HEX triplet: 75, 8A and 8F. RGB value is (117,138,143). Sum of RGB (Red+Green+Blue) = 117+138+143=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 143 - color contains mainly: blue. Hex color #758A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A8F is #8A7570. Grayscale: #848484. Windows color (decimal): -9074033 or 9407093. OLE color: 9407093.

HSL color Cylindrical-coordinate representation of color #758A8F: hue angle of 191.54º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758A8F is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 138 143 -
CMYK 0.18 0.03 0 0.44
HSL 191.54º 0.1% 0.51% -
HSV(B) 191.54º 0.18% 0.56% -
XYZ 21.38 23.94 29.48 -
YUV 132.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 117 138 143 0.18 0.03 0 0.44 191.54 0.1 0.51
Hex 75 8A 8F 12 3 0 2C C0 A 33
Octal 165 212 217 22 3 0 54 300 12 63
Binary 1110101 10001010 10001111 10010 11 0 101100 11000000 1010 110011

Color Harmonies of #758A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A8F

Black with #758A8F

Text Example


Text Example

White with #758A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758A8F; }

 p { color: rgb(117,138,143); }

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

background-color css

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

 a { background-color: rgb(117,138,143); }

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

border-color css

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

 span { border-color: rgb(117,138,143); }

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