Html Css Color HEX #60764D Dingley

📋 copy color: '#60764D'

red 96 ◦ green 118 ◦ blue 77

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

Shades of Dingley #60764D

Tints of Dingley #60764D

RGB

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

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

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

R = 32.99%
G = 40.55%
B = 26.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#60764D (or 0x60764D) is known color: Dingley. HEX triplet: 60, 76 and 4D. RGB value is (96,118,77). Sum of RGB (Red+Green+Blue) = 96+118+77=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #60764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60764D is #9F89B2. Grayscale: #6A6A6A. Windows color (decimal): -10455475 or 5076576. OLE color: 5076576.

HSL color Cylindrical-coordinate representation of color #60764D: hue angle of 92.2º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60764D is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 77 -
CMYK 0.19 0 0.35 0.54
HSL 92.2º 0.21% 0.38% -
HSV(B) 92.2º 0.35% 0.46% -
XYZ 12.64 15.98 9.44 -
YUV 106.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 96 118 77 0.19 0 0.35 0.54 92.2 0.21 0.38
Hex 60 76 4D 13 0 23 36 5C 15 26
Octal 140 166 115 23 0 43 66 134 25 46
Binary 1100000 1110110 1001101 10011 0 100011 110110 1011100 10101 100110

Color Harmonies of #60764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60764D

Black with #60764D

Text Example


Text Example

White with #60764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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