Html Css Color HEX #7A330C Peru Tan

📋 copy color: '#7A330C'

red 122 ◦ green 51 ◦ blue 12

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

Shades of Peru Tan #7A330C

Tints of Peru Tan #7A330C

RGB

 RED value IS 122 (48.05% from 255) = 65.95%

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 65.95%
G = 27.57%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7A330C (or 0x7A330C) is known color: Peru Tan. HEX triplet: 7A, 33 and 0C. RGB value is (122,51,12). Sum of RGB (Red+Green+Blue) = 122+51+12=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A330C is #85CCF3. Grayscale: #444444. Windows color (decimal): -8768756 or 799610. OLE color: 799610.

HSL color Cylindrical-coordinate representation of color #7A330C: hue angle of 21.27º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A330C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 51 12 -
CMYK 0 0.58 0.90 0.52
HSL 21.27º 0.82% 0.26% -
HSV(B) 21.27º 0.9% 0.48% -
XYZ 9.28 6.53 1.12 -
YUV 67.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 122 51 12 0 0.58 0.90 0.52 21.27 0.82 0.26
Hex 7A 33 C 0 3A 5A 34 15 52 1A
Octal 172 63 14 0 72 132 64 25 122 32
Binary 1111010 110011 1100 0 111010 1011010 110100 10101 1010010 11010

Color Harmonies of #7A330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A330C

Black with #7A330C

Text Example


Text Example

White with #7A330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,51,12); }

 H1.HeaderClassName
 {
   color: #7A330C;
 }
 .AnyTagClassName
 {
   color: #7A330C;
 }
</style>

background-color css

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

 a { background-color: rgb(122,51,12); }

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

border-color css

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

 span { border-color: rgb(122,51,12); }

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