Html Css Color HEX #748573 Davy's Grey

📋 copy color: '#748573'

red 116 ◦ green 133 ◦ blue 115

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

Shades of Davy's Grey #748573

Tints of Davy's Grey #748573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 31.87%
G = 36.54%
B = 31.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#748573 (or 0x748573) is known color: Davy's Grey. HEX triplet: 74, 85 and 73. RGB value is (116,133,115). Sum of RGB (Red+Green+Blue) = 116+133+115=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #748573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748573 is #8B7A8C. Grayscale: #7D7D7D. Windows color (decimal): -9140877 or 7570804. OLE color: 7570804.

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

Color convert

RGB 116 133 115 -
CMYK 0.13 0 0.14 0.48
HSL 116.67º 0.07% 0.49% -
HSV(B) 116.67º 0.14% 0.52% -
XYZ 18.68 21.73 19.43 -
YUV 125.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 116 133 115 0.13 0 0.14 0.48 116.67 0.07 0.49
Hex 74 85 73 D 0 E 30 75 7 31
Octal 164 205 163 15 0 16 60 165 7 61
Binary 1110100 10000101 1110011 1101 0 1110 110000 1110101 111 110001

Color Harmonies of #748573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748573

Black with #748573

Text Example


Text Example

White with #748573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748573; }

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

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

background-color css

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

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

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

border-color css

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

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

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