Html Css Color HEX #67764A Dingley

📋 copy color: '#67764A'

red 103 ◦ green 118 ◦ blue 74

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

Shades of Dingley #67764A

Tints of Dingley #67764A

RGB

 RED value IS 103 (40.63% from 255) = 34.92%

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 34.92%
G = 40%
B = 25.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#67764A (or 0x67764A) is known color: Dingley. HEX triplet: 67, 76 and 4A. RGB value is (103,118,74). Sum of RGB (Red+Green+Blue) = 103+118+74=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #67764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67764A is #9889B5. Grayscale: #6C6C6C. Windows color (decimal): -9996726 or 4879975. OLE color: 4879975.

HSL color Cylindrical-coordinate representation of color #67764A: hue angle of 80.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67764A is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 118 74 -
CMYK 0.13 0 0.37 0.54
HSL 80.45º 0.23% 0.38% -
HSV(B) 80.45º 0.37% 0.46% -
XYZ 13.31 16.33 8.93 -
YUV 108.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 103 118 74 0.13 0 0.37 0.54 80.45 0.23 0.38
Hex 67 76 4A D 0 25 36 50 17 26
Octal 147 166 112 15 0 45 66 120 27 46
Binary 1100111 1110110 1001010 1101 0 100101 110110 1010000 10111 100110

Color Harmonies of #67764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67764A

Black with #67764A

Text Example


Text Example

White with #67764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67764A; }

 p { color: rgb(103,118,74); }

 H1.HeaderClassName
 {
   color: #67764A;
 }
 .AnyTagClassName
 {
   color: #67764A;
 }
</style>

background-color css

<style>
 a { background-color: #67764A; }

 a { background-color: rgb(103,118,74); }

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

border-color css

<style>
 span { border-color: #67764A; }

 span { border-color: rgb(103,118,74); }

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