Html Css Color HEX #748473 Davy's Grey

📋 copy color: '#748473'

red 116 ◦ green 132 ◦ blue 115

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

Shades of Davy's Grey #748473

Tints of Davy's Grey #748473

RGB

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

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

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

R = 31.96%
G = 36.36%
B = 31.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#748473 (or 0x748473) is known color: Davy's Grey. HEX triplet: 74, 84 and 73. RGB value is (116,132,115). Sum of RGB (Red+Green+Blue) = 116+132+115=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #748473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748473 is #8B7B8C. Grayscale: #7D7D7D. Windows color (decimal): -9141133 or 7570548. OLE color: 7570548.

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

Color convert

RGB 116 132 115 -
CMYK 0.12 0 0.13 0.48
HSL 116.47º 0.07% 0.48% -
HSV(B) 116.47º 0.13% 0.52% -
XYZ 18.55 21.45 19.38 -
YUV 125.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 116 132 115 0.12 0 0.13 0.48 116.47 0.07 0.48
Hex 74 84 73 C 0 D 30 74 7 30
Octal 164 204 163 14 0 15 60 164 7 60
Binary 1110100 10000100 1110011 1100 0 1101 110000 1110100 111 110000

Color Harmonies of #748473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748473

Black with #748473

Text Example


Text Example

White with #748473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748473; }

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

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

background-color css

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

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

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

border-color css

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

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

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