#7A6F3A

Color #7A6F3A Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #7A6F3A

Tints of Crete #7A6F3A

Color information

#7A6F3A (or 0x7A6F3A) is unknown color: approx Crete. HEX triplet: 7A, 6F and 3A. RGB value is (122,111,58). Sum of RGB (Red+Green+Blue) = 122+111+58=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F3A is #8590C5. Grayscale: #6C6C6C. Windows color (decimal): -8753350 or 3829626. OLE color: 3829626.

HSL color Cylindrical-coordinate representation of color #7A6F3A: hue angle of 49.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A6F3A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB12211158-
CMYK00.090.520.52
HSL49.69º35.56%35.29%-
HSV(B)49.69º52.46%47.84%-
XYZ14.4715.816.29-
YUV108.2599.64137.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.92%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=41.92%
G=38.14%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221115800.090.520.5249.6935.5635.29
Hex7A6F3A093434322423
Octal172157720116464624443
Binary1111010110111111101001001110100110100110010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6F3A; }

 p { color: rgb(122,111,58); }

 H1.HeaderClassName
 {
   color: #7A6F3A;
 }
 .AnyTagClassName
 {
   color: #7A6F3A;
 }
</style>
background-color css

<style>
 a { background-color: #7A6F3A; }

 a { background-color: rgb(122,111,58); }

 div.DivClassName
 {
   background-color: #7A6F3A;
 }
 .BgClassName
 {
   background-color: #7A6F3A;
 }
</style>
border-color css

<style>
 span { border-color: #7A6F3A; }

 span { border-color: rgb(122,111,58); }

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