Html Css Color HEX #748586 Regent Grey

📋 copy color: '#748586'

red 116 ◦ green 133 ◦ blue 134

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

Shades of Regent Grey #748586

Tints of Regent Grey #748586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 30.29%
G = 34.73%
B = 34.99%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#748586 (or 0x748586) is known color: Regent Grey. HEX triplet: 74, 85 and 86. RGB value is (116,133,134). Sum of RGB (Red+Green+Blue) = 116+133+134=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #748586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748586 is #8B7A79. Grayscale: #808080. Windows color (decimal): -9140858 or 8815988. OLE color: 8815988.

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

Color convert

RGB 116 133 134 -
CMYK 0.13 0.01 0 0.47
HSL 183.33º 0.07% 0.49% -
HSV(B) 183.33º 0.13% 0.53% -
XYZ 19.89 22.21 25.79 -
YUV 128.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 116 133 134 0.13 0.01 0 0.47 183.33 0.07 0.49
Hex 74 85 86 D 1 0 2F B7 7 31
Octal 164 205 206 15 1 0 57 267 7 61
Binary 1110100 10000101 10000110 1101 1 0 101111 10110111 111 110001

Color Harmonies of #748586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748586

Black with #748586

Text Example


Text Example

White with #748586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748586; }

 p { color: rgb(116,133,134); }

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

background-color css

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

 a { background-color: rgb(116,133,134); }

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

border-color css

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

 span { border-color: rgb(116,133,134); }

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