Html Css Color HEX #74848A Regent Grey

📋 copy color: '#74848A'

red 116 ◦ green 132 ◦ blue 138

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

Shades of Regent Grey #74848A

Tints of Regent Grey #74848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

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

R = 30.05%
G = 34.2%
B = 35.75%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74848A (or 0x74848A) is known color: Regent Grey. HEX triplet: 74, 84 and 8A. RGB value is (116,132,138). Sum of RGB (Red+Green+Blue) = 116+132+138=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #74848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74848A is #8B7B75. Grayscale: #7F7F7F. Windows color (decimal): -9141110 or 9077876. OLE color: 9077876.

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

Color convert

RGB 116 132 138 -
CMYK 0.16 0.04 0 0.46
HSL 196.36º 0.09% 0.5% -
HSV(B) 196.36º 0.16% 0.54% -
XYZ 20.04 22.05 27.24 -
YUV 127.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 116 132 138 0.16 0.04 0 0.46 196.36 0.09 0.5
Hex 74 84 8A 10 4 0 2E C4 9 32
Octal 164 204 212 20 4 0 56 304 11 62
Binary 1110100 10000100 10001010 10000 100 0 101110 11000100 1001 110010

Color Harmonies of #74848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74848A

Black with #74848A

Text Example


Text Example

White with #74848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,132,138); }

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

background-color css

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

 a { background-color: rgb(116,132,138); }

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

border-color css

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

 span { border-color: rgb(116,132,138); }

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