Html Css Color HEX #64764E Dingley

📋 copy color: '#64764E'

red 100 ◦ green 118 ◦ blue 78

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

Shades of Dingley #64764E

Tints of Dingley #64764E

RGB

 RED value IS 100 (39.45% from 255) = 33.78%

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 78 (30.86% from 255) = 26.35%

R = 33.78%
G = 39.86%
B = 26.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#64764E (or 0x64764E) is known color: Dingley. HEX triplet: 64, 76 and 4E. RGB value is (100,118,78). Sum of RGB (Red+Green+Blue) = 100+118+78=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #64764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64764E is #9B89B1. Grayscale: #6C6C6C. Windows color (decimal): -10193330 or 5142116. OLE color: 5142116.

HSL color Cylindrical-coordinate representation of color #64764E: hue angle of 87º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64764E is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 118 78 -
CMYK 0.15 0 0.34 0.54
HSL 87º 0.2% 0.38% -
HSV(B) 87º 0.34% 0.46% -
XYZ 13.11 16.22 9.65 -
YUV 108.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 100 118 78 0.15 0 0.34 0.54 87 0.2 0.38
Hex 64 76 4E F 0 22 36 57 14 26
Octal 144 166 116 17 0 42 66 127 24 46
Binary 1100100 1110110 1001110 1111 0 100010 110110 1010111 10100 100110

Color Harmonies of #64764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64764E

Black with #64764E

Text Example


Text Example

White with #64764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64764E; }

 p { color: rgb(100,118,78); }

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

background-color css

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

 a { background-color: rgb(100,118,78); }

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

border-color css

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

 span { border-color: rgb(100,118,78); }

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