Html Css Color HEX #748081 Regent Grey

📋 copy color: '#748081'

red 116 ◦ green 128 ◦ blue 129

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

Shades of Regent Grey #748081

Tints of Regent Grey #748081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.58%

R = 31.1%
G = 34.32%
B = 34.58%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#748081 (or 0x748081) is known color: Regent Grey. HEX triplet: 74, 80 and 81. RGB value is (116,128,129). Sum of RGB (Red+Green+Blue) = 116+128+129=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 129 - color contains mainly: blue. Hex color #748081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748081 is #8B7F7E. Grayscale: #7C7C7C. Windows color (decimal): -9142143 or 8487028. OLE color: 8487028.

HSL color Cylindrical-coordinate representation of color #748081: hue angle of 184.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #748081 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 128 129 -
CMYK 0.10 0.01 0 0.49
HSL 184.62º 0.05% 0.48% -
HSV(B) 184.62º 0.1% 0.51% -
XYZ 18.88 20.74 23.78 -
YUV 124.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 116 128 129 0.10 0.01 0 0.49 184.62 0.05 0.48
Hex 74 80 81 A 1 0 31 B9 5 30
Octal 164 200 201 12 1 0 61 271 5 60
Binary 1110100 10000000 10000001 1010 1 0 110001 10111001 101 110000

Color Harmonies of #748081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748081

Black with #748081

Text Example


Text Example

White with #748081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748081; }

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

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

background-color css

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

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

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

border-color css

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

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

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