Html Css Color HEX #67764B Dingley

📋 copy color: '#67764B'

red 103 ◦ green 118 ◦ blue 75

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

Shades of Dingley #67764B

Tints of Dingley #67764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 34.8%
G = 39.86%
B = 25.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#67764B (or 0x67764B) is known color: Dingley. HEX triplet: 67, 76 and 4B. RGB value is (103,118,75). Sum of RGB (Red+Green+Blue) = 103+118+75=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #67764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67764B is #9889B4. Grayscale: #6C6C6C. Windows color (decimal): -9996725 or 4945511. OLE color: 4945511.

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

Color convert

RGB 103 118 75 -
CMYK 0.13 0 0.36 0.54
HSL 80.93º 0.22% 0.38% -
HSV(B) 80.93º 0.36% 0.46% -
XYZ 13.34 16.35 9.11 -
YUV 108.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 103 118 75 0.13 0 0.36 0.54 80.93 0.22 0.38
Hex 67 76 4B D 0 24 36 51 16 26
Octal 147 166 113 15 0 44 66 121 26 46
Binary 1100111 1110110 1001011 1101 0 100100 110110 1010001 10110 100110

Color Harmonies of #67764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67764B

Black with #67764B

Text Example


Text Example

White with #67764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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