Html Css Color HEX #748273 Davy's Grey

📋 copy color: '#748273'

red 116 ◦ green 130 ◦ blue 115

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

Shades of Davy's Grey #748273

Tints of Davy's Grey #748273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 32.13%
G = 36.01%
B = 31.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#748273 (or 0x748273) is known color: Davy's Grey. HEX triplet: 74, 82 and 73. RGB value is (116,130,115). Sum of RGB (Red+Green+Blue) = 116+130+115=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #748273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748273 is #8B7D8C. Grayscale: #7C7C7C. Windows color (decimal): -9141645 or 7570036. OLE color: 7570036.

HSL color Cylindrical-coordinate representation of color #748273: hue angle of 116º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #748273 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 115 -
CMYK 0.11 0 0.12 0.49
HSL 116º 0.06% 0.48% -
HSV(B) 116º 0.12% 0.51% -
XYZ 18.28 20.92 19.29 -
YUV 124.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 116 130 115 0.11 0 0.12 0.49 116 0.06 0.48
Hex 74 82 73 B 0 C 31 74 6 30
Octal 164 202 163 13 0 14 61 164 6 60
Binary 1110100 10000010 1110011 1011 0 1100 110001 1110100 110 110000

Color Harmonies of #748273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748273

Black with #748273

Text Example


Text Example

White with #748273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748273; }

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

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

background-color css

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

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

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

border-color css

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

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

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