Html Css Color HEX #60764E Dingley

📋 copy color: '#60764E'

red 96 ◦ green 118 ◦ blue 78

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

Shades of Dingley #60764E

Tints of Dingley #60764E

RGB

 RED value IS 96 (37.89% from 255) = 32.88%

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

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

R = 32.88%
G = 40.41%
B = 26.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#60764E (or 0x60764E) is known color: Dingley. HEX triplet: 60, 76 and 4E. RGB value is (96,118,78). Sum of RGB (Red+Green+Blue) = 96+118+78=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #60764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60764E is #9F89B1. Grayscale: #6A6A6A. Windows color (decimal): -10455474 or 5142112. OLE color: 5142112.

HSL color Cylindrical-coordinate representation of color #60764E: hue angle of 93º 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 #60764E is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 78 -
CMYK 0.19 0 0.34 0.54
HSL 93º 0.2% 0.38% -
HSV(B) 93º 0.34% 0.46% -
XYZ 12.68 15.99 9.63 -
YUV 106.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 96 118 78 0.19 0 0.34 0.54 93 0.2 0.38
Hex 60 76 4E 13 0 22 36 5D 14 26
Octal 140 166 116 23 0 42 66 135 24 46
Binary 1100000 1110110 1001110 10011 0 100010 110110 1011101 10100 100110

Color Harmonies of #60764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60764E

Black with #60764E

Text Example


Text Example

White with #60764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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