Html Css Color HEX #749274 Davy's Grey

📋 copy color: '#749274'

red 116 ◦ green 146 ◦ blue 116

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

Shades of Davy's Grey #749274

Tints of Davy's Grey #749274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 30.69%
G = 38.62%
B = 30.69%

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

#749274 (or 0x749274) is known color: Davy's Grey. HEX triplet: 74, 92 and 74. RGB value is (116,146,116). Sum of RGB (Red+Green+Blue) = 116+146+116=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #749274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749274 is #8B6D8B. Grayscale: #858585. Windows color (decimal): -9137548 or 7639668. OLE color: 7639668.

HSL color Cylindrical-coordinate representation of color #749274: hue angle of 120º 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 #749274 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 116 -
CMYK 0.21 0 0.21 0.43
HSL 120º 0.12% 0.51% -
HSV(B) 120º 0.21% 0.57% -
XYZ 20.63 25.53 20.36 -
YUV 133.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 116 146 116 0.21 0 0.21 0.43 120 0.12 0.51
Hex 74 92 74 15 0 15 2B 78 C 33
Octal 164 222 164 25 0 25 53 170 14 63
Binary 1110100 10010010 1110100 10101 0 10101 101011 1111000 1100 110011

Color Harmonies of #749274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749274

Black with #749274

Text Example


Text Example

White with #749274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749274; }

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

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

background-color css

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

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

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

border-color css

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

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

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