Html Css Color HEX #61764D Dingley

📋 copy color: '#61764D'

red 97 ◦ green 118 ◦ blue 77

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

Shades of Dingley #61764D

Tints of Dingley #61764D

RGB

 RED value IS 97 (38.28% from 255) = 33.22%

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

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

R = 33.22%
G = 40.41%
B = 26.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#61764D (or 0x61764D) is known color: Dingley. HEX triplet: 61, 76 and 4D. RGB value is (97,118,77). Sum of RGB (Red+Green+Blue) = 97+118+77=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #61764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61764D is #9E89B2. Grayscale: #6B6B6B. Windows color (decimal): -10389939 or 5076577. OLE color: 5076577.

HSL color Cylindrical-coordinate representation of color #61764D: hue angle of 90.73º 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 #61764D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 118 77 -
CMYK 0.18 0 0.35 0.54
HSL 90.73º 0.21% 0.38% -
HSV(B) 90.73º 0.35% 0.46% -
XYZ 12.75 16.03 9.44 -
YUV 107.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 97 118 77 0.18 0 0.35 0.54 90.73 0.21 0.38
Hex 61 76 4D 12 0 23 36 5B 15 26
Octal 141 166 115 22 0 43 66 133 25 46
Binary 1100001 1110110 1001101 10010 0 100011 110110 1011011 10101 100110

Color Harmonies of #61764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61764D

Black with #61764D

Text Example


Text Example

White with #61764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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