#7A713B

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

Shades of Crete #7A713B

Tints of Crete #7A713B

Color information

#7A713B (or 0x7A713B) is unknown color: approx Crete. HEX triplet: 7A, 71 and 3B. RGB value is (122,113,59). Sum of RGB (Red+Green+Blue) = 122+113+59=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A713B is #858EC4. Grayscale: #6D6D6D. Windows color (decimal): -8752837 or 3895674. OLE color: 3895674.

HSL color Cylindrical-coordinate representation of color #7A713B: hue angle of 51.43º degrees, saturation: 0.35, 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 #7A713B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB12211359-
CMYK00.070.520.52
HSL51.43º34.81%35.49%-
HSV(B)51.43º51.64%47.84%-
XYZ14.7216.266.5-
YUV109.5499.48136.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=41.50%
G=38.44%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221135900.070.520.5251.4334.8135.49
Hex7A713B073434332323
Octal17216173076464634343
Binary111101011100011110110111110100110100110011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,59); }

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

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

 a { background-color: rgb(122,113,59); }

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

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

 span { border-color: rgb(122,113,59); }

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