#627A4D

Color #627A4D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #627A4D

Tints of Dingley #627A4D

Color information

#627A4D (or 0x627A4D) is unknown color: approx Dingley. HEX triplet: 62, 7A and 4D. RGB value is (98,122,77). Sum of RGB (Red+Green+Blue) = 98+122+77=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #627A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A4D is #9D85B2. Grayscale: #6D6D6D. Windows color (decimal): -10323379 or 5077602. OLE color: 5077602.

HSL color Cylindrical-coordinate representation of color #627A4D: hue angle of 92º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627A4D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB9812277-
CMYK0.2000.370.52
HSL92º22.61%39.02%-
HSV(B)92º36.89%47.84%-
XYZ13.3417.059.61-
YUV109.69109.55119.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=33.00%
G=41.08%
B=25.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98122770.2000.370.529222.6139.02
Hex627A4D14025345c1727
Octal14217211524045641342747
Binary110001011110101001101101000100101110100101110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627A4D; }

 p { color: rgb(98,122,77); }

 H1.HeaderClassName
 {
   color: #627A4D;
 }
 .AnyTagClassName
 {
   color: #627A4D;
 }
</style>
background-color css

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

 a { background-color: rgb(98,122,77); }

 div.DivClassName
 {
   background-color: #627A4D;
 }
 .BgClassName
 {
   background-color: #627A4D;
 }
</style>
border-color css

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

 span { border-color: rgb(98,122,77); }

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