Html Css Color HEX #66784D Dingley

📋 copy color: '#66784D'

red 102 ◦ green 120 ◦ blue 77

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

Shades of Dingley #66784D

Tints of Dingley #66784D

RGB

 RED value IS 102 (40.23% from 255) = 34.11%

 GREEN value IS 120 (47.27% from 255) = 40.13%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 34.11%
G = 40.13%
B = 25.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#66784D (or 0x66784D) is known color: Dingley. HEX triplet: 66, 78 and 4D. RGB value is (102,120,77). Sum of RGB (Red+Green+Blue) = 102+120+77=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #66784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66784D is #9987B2. Grayscale: #6D6D6D. Windows color (decimal): -10061747 or 5077094. OLE color: 5077094.

HSL color Cylindrical-coordinate representation of color #66784D: hue angle of 85.12º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66784D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 77 -
CMYK 0.15 0 0.36 0.53
HSL 85.12º 0.22% 0.39% -
HSV(B) 85.12º 0.36% 0.47% -
XYZ 13.54 16.79 9.55 -
YUV 109.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 102 120 77 0.15 0 0.36 0.53 85.12 0.22 0.39
Hex 66 78 4D F 0 24 35 55 16 27
Octal 146 170 115 17 0 44 65 125 26 47
Binary 1100110 1111000 1001101 1111 0 100100 110101 1010101 10110 100111

Color Harmonies of #66784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66784D

Black with #66784D

Text Example


Text Example

White with #66784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66784D; }

 p { color: rgb(102,120,77); }

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

background-color css

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

 a { background-color: rgb(102,120,77); }

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

border-color css

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

 span { border-color: rgb(102,120,77); }

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