Html Css Color HEX #748F73 Davy's Grey

📋 copy color: '#748F73'

red 116 ◦ green 143 ◦ blue 115

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

Shades of Davy's Grey #748F73

Tints of Davy's Grey #748F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

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

R = 31.02%
G = 38.24%
B = 30.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#748F73 (or 0x748F73) is known color: Davy's Grey. HEX triplet: 74, 8F and 73. RGB value is (116,143,115). Sum of RGB (Red+Green+Blue) = 116+143+115=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #748F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F73 is #8B708C. Grayscale: #838383. Windows color (decimal): -9138317 or 7573364. OLE color: 7573364.

HSL color Cylindrical-coordinate representation of color #748F73: hue angle of 117.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748F73 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 143 115 -
CMYK 0.19 0 0.20 0.44
HSL 117.86º 0.11% 0.51% -
HSV(B) 117.86º 0.2% 0.56% -
XYZ 20.12 24.6 19.91 -
YUV 131.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 116 143 115 0.19 0 0.20 0.44 117.86 0.11 0.51
Hex 74 8F 73 13 0 14 2C 76 B 33
Octal 164 217 163 23 0 24 54 166 13 63
Binary 1110100 10001111 1110011 10011 0 10100 101100 1110110 1011 110011

Color Harmonies of #748F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F73

Black with #748F73

Text Example


Text Example

White with #748F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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