Html Css Color HEX #748272 Davy's Grey

📋 copy color: '#748272'

red 116 ◦ green 130 ◦ blue 114

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

Shades of Davy's Grey #748272

Tints of Davy's Grey #748272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 32.22%
G = 36.11%
B = 31.67%

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

#748272 (or 0x748272) is known color: Davy's Grey. HEX triplet: 74, 82 and 72. RGB value is (116,130,114). Sum of RGB (Red+Green+Blue) = 116+130+114=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #748272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748272 is #8B7D8D. Grayscale: #7C7C7C. Windows color (decimal): -9141646 or 7504500. OLE color: 7504500.

HSL color Cylindrical-coordinate representation of color #748272: hue angle of 112.5º degrees, saturation: 0.07, 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 #748272 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 114 -
CMYK 0.11 0 0.12 0.49
HSL 112.5º 0.07% 0.48% -
HSV(B) 112.5º 0.12% 0.51% -
XYZ 18.22 20.89 18.99 -
YUV 123.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 116 130 114 0.11 0 0.12 0.49 112.5 0.07 0.48
Hex 74 82 72 B 0 C 31 70 7 30
Octal 164 202 162 13 0 14 61 160 7 60
Binary 1110100 10000010 1110010 1011 0 1100 110001 1110000 111 110000

Color Harmonies of #748272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748272

Black with #748272

Text Example


Text Example

White with #748272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748272; }

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

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

background-color css

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

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

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

border-color css

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

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

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