#677A4A

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

Shades of Dingley #677A4A

Tints of Dingley #677A4A

Color information

#677A4A (or 0x677A4A) is unknown color: approx Dingley. HEX triplet: 67, 7A and 4A. RGB value is (103,122,74). Sum of RGB (Red+Green+Blue) = 103+122+74=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #677A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677A4A is #9885B5. Grayscale: #6F6F6F. Windows color (decimal): -9995702 or 4880999. OLE color: 4880999.

HSL color Cylindrical-coordinate representation of color #677A4A: hue angle of 83.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #677A4A is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB10312274-
CMYK0.1600.390.52
HSL83.75º24.49%38.43%-
HSV(B)83.75º39.34%47.84%-
XYZ13.7917.39.09-
YUV110.85107.21122.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=34.45%
G=40.80%
B=24.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103122740.1600.390.5283.7524.4938.43
Hex677A4A1002734541826
Octal14717211220047641243046
Binary110011111110101001010100000100111110100101010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677A4A; }

 p { color: rgb(103,122,74); }

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

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

 a { background-color: rgb(103,122,74); }

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

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

 span { border-color: rgb(103,122,74); }

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