Html Css Color HEX #748087 Regent Grey

📋 copy color: '#748087'

red 116 ◦ green 128 ◦ blue 135

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

Shades of Regent Grey #748087

Tints of Regent Grey #748087

RGB

 RED value IS 116 (45.7% from 255) = 30.61%

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

 BLUE value IS 135 (53.13% from 255) = 35.62%

R = 30.61%
G = 33.77%
B = 35.62%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#748087 (or 0x748087) is known color: Regent Grey. HEX triplet: 74, 80 and 87. RGB value is (116,128,135). Sum of RGB (Red+Green+Blue) = 116+128+135=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #748087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748087 is #8B7F78. Grayscale: #7D7D7D. Windows color (decimal): -9142137 or 8880244. OLE color: 8880244.

HSL color Cylindrical-coordinate representation of color #748087: hue angle of 202.11º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748087 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 128 135 -
CMYK 0.14 0.05 0 0.47
HSL 202.11º 0.08% 0.49% -
HSV(B) 202.11º 0.14% 0.53% -
XYZ 19.29 20.9 25.94 -
YUV 125.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 116 128 135 0.14 0.05 0 0.47 202.11 0.08 0.49
Hex 74 80 87 E 5 0 2F CA 8 31
Octal 164 200 207 16 5 0 57 312 10 61
Binary 1110100 10000000 10000111 1110 101 0 101111 11001010 1000 110001

Color Harmonies of #748087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748087

Black with #748087

Text Example


Text Example

White with #748087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748087; }

 p { color: rgb(116,128,135); }

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

background-color css

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

 a { background-color: rgb(116,128,135); }

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

border-color css

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

 span { border-color: rgb(116,128,135); }

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