Html Css Color HEX #75848D Regent Grey

📋 copy color: '#75848D'

red 117 ◦ green 132 ◦ blue 141

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

Shades of Regent Grey #75848D

Tints of Regent Grey #75848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 30%
G = 33.85%
B = 36.15%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75848D (or 0x75848D) is known color: Regent Grey. HEX triplet: 75, 84 and 8D. RGB value is (117,132,141). Sum of RGB (Red+Green+Blue) = 117+132+141=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #75848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75848D is #8A7B72. Grayscale: #808080. Windows color (decimal): -9075571 or 9274485. OLE color: 9274485.

HSL color Cylindrical-coordinate representation of color #75848D: hue angle of 202.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75848D is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 132 141 -
CMYK 0.17 0.06 0 0.45
HSL 202.5º 0.1% 0.51% -
HSV(B) 202.5º 0.17% 0.55% -
XYZ 20.4 22.21 28.41 -
YUV 128.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 117 132 141 0.17 0.06 0 0.45 202.5 0.1 0.51
Hex 75 84 8D 11 6 0 2D CA A 33
Octal 165 204 215 21 6 0 55 312 12 63
Binary 1110101 10000100 10001101 10001 110 0 101101 11001010 1010 110011

Color Harmonies of #75848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75848D

Black with #75848D

Text Example


Text Example

White with #75848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75848D; }

 p { color: rgb(117,132,141); }

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

background-color css

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

 a { background-color: rgb(117,132,141); }

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

border-color css

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

 span { border-color: rgb(117,132,141); }

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