Html Css Color HEX #7B300C Peru Tan

📋 copy color: '#7B300C'

red 123 ◦ green 48 ◦ blue 12

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

Shades of Peru Tan #7B300C

Tints of Peru Tan #7B300C

RGB

 RED value IS 123 (48.44% from 255) = 67.21%

 GREEN value IS 48 (19.14% from 255) = 26.23%

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

R = 67.21%
G = 26.23%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B300C (or 0x7B300C) is known color: Peru Tan. HEX triplet: 7B, 30 and 0C. RGB value is (123,48,12). Sum of RGB (Red+Green+Blue) = 123+48+12=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B300C is #84CFF3. Grayscale: #424242. Windows color (decimal): -8703988 or 798843. OLE color: 798843.

HSL color Cylindrical-coordinate representation of color #7B300C: hue angle of 19.46º 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 #7B300C is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 48 12 -
CMYK 0 0.61 0.90 0.52
HSL 19.46º 0.82% 0.26% -
HSV(B) 19.46º 0.9% 0.48% -
XYZ 9.29 6.35 1.08 -
YUV 66.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 123 48 12 0 0.61 0.90 0.52 19.46 0.82 0.26
Hex 7B 30 C 0 3D 5A 34 13 52 1A
Octal 173 60 14 0 75 132 64 23 122 32
Binary 1111011 110000 1100 0 111101 1011010 110100 10011 1010010 11010

Color Harmonies of #7B300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B300C

Black with #7B300C

Text Example


Text Example

White with #7B300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,48,12); }

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

background-color css

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

 a { background-color: rgb(123,48,12); }

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

border-color css

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

 span { border-color: rgb(123,48,12); }

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