Html Css Color HEX #749273 Davy's Grey

📋 copy color: '#749273'

red 116 ◦ green 146 ◦ blue 115

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

Shades of Davy's Grey #749273

Tints of Davy's Grey #749273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

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

R = 30.77%
G = 38.73%
B = 30.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#749273 (or 0x749273) is known color: Davy's Grey. HEX triplet: 74, 92 and 73. RGB value is (116,146,115). Sum of RGB (Red+Green+Blue) = 116+146+115=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #749273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749273 is #8B6D8C. Grayscale: #858585. Windows color (decimal): -9137549 or 7574132. OLE color: 7574132.

HSL color Cylindrical-coordinate representation of color #749273: hue angle of 118.06º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749273 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 115 -
CMYK 0.21 0 0.21 0.43
HSL 118.06º 0.12% 0.51% -
HSV(B) 118.06º 0.21% 0.57% -
XYZ 20.58 25.51 20.06 -
YUV 133.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 116 146 115 0.21 0 0.21 0.43 118.06 0.12 0.51
Hex 74 92 73 15 0 15 2B 76 C 33
Octal 164 222 163 25 0 25 53 166 14 63
Binary 1110100 10010010 1110011 10101 0 10101 101011 1110110 1100 110011

Color Harmonies of #749273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749273

Black with #749273

Text Example


Text Example

White with #749273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749273; }

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

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

background-color css

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

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

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

border-color css

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

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

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