Html Css Color HEX #75878F Regent Grey

📋 copy color: '#75878F'

red 117 ◦ green 135 ◦ blue 143

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

Shades of Regent Grey #75878F

Tints of Regent Grey #75878F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 29.62%
G = 34.18%
B = 36.2%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75878F (or 0x75878F) is known color: Regent Grey. HEX triplet: 75, 87 and 8F. RGB value is (117,135,143). Sum of RGB (Red+Green+Blue) = 117+135+143=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #75878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75878F is #8A7870. Grayscale: #828282. Windows color (decimal): -9074801 or 9406325. OLE color: 9406325.

HSL color Cylindrical-coordinate representation of color #75878F: hue angle of 198.46º 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 #75878F is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 135 143 -
CMYK 0.18 0.06 0 0.44
HSL 198.46º 0.1% 0.51% -
HSV(B) 198.46º 0.18% 0.56% -
XYZ 20.96 23.09 29.34 -
YUV 130.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 117 135 143 0.18 0.06 0 0.44 198.46 0.1 0.51
Hex 75 87 8F 12 6 0 2C C6 A 33
Octal 165 207 217 22 6 0 54 306 12 63
Binary 1110101 10000111 10001111 10010 110 0 101100 11000110 1010 110011

Color Harmonies of #75878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75878F

Black with #75878F

Text Example


Text Example

White with #75878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75878F; }

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

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

background-color css

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

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

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

border-color css

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

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

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