Html Css Color HEX #75828A Regent Grey

📋 copy color: '#75828A'

red 117 ◦ green 130 ◦ blue 138

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

Shades of Regent Grey #75828A

Tints of Regent Grey #75828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 30.39%
G = 33.77%
B = 35.84%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75828A (or 0x75828A) is known color: Regent Grey. HEX triplet: 75, 82 and 8A. RGB value is (117,130,138). Sum of RGB (Red+Green+Blue) = 117+130+138=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #75828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75828A is #8A7D75. Grayscale: #7E7E7E. Windows color (decimal): -9076086 or 9077365. OLE color: 9077365.

HSL color Cylindrical-coordinate representation of color #75828A: hue angle of 202.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75828A is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 130 138 -
CMYK 0.15 0.06 0 0.46
HSL 202.86º 0.08% 0.5% -
HSV(B) 202.86º 0.15% 0.54% -
XYZ 19.91 21.58 27.16 -
YUV 127.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 117 130 138 0.15 0.06 0 0.46 202.86 0.08 0.5
Hex 75 82 8A F 6 0 2E CB 8 32
Octal 165 202 212 17 6 0 56 313 10 62
Binary 1110101 10000010 10001010 1111 110 0 101110 11001011 1000 110010

Color Harmonies of #75828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75828A

Black with #75828A

Text Example


Text Example

White with #75828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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