Html Css Color HEX #7B370C Peru Tan

📋 copy color: '#7B370C'

red 123 ◦ green 55 ◦ blue 12

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

Shades of Peru Tan #7B370C

Tints of Peru Tan #7B370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

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

R = 64.74%
G = 28.95%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B370C (or 0x7B370C) is known color: Peru Tan. HEX triplet: 7B, 37 and 0C. RGB value is (123,55,12). Sum of RGB (Red+Green+Blue) = 123+55+12=190 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.74% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 123 - color contains mainly: red. Hex color #7B370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B370C is #84C8F3. Grayscale: #464646. Windows color (decimal): -8702196 or 800635. OLE color: 800635.

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

Color convert

RGB 123 55 12 -
CMYK 0 0.55 0.90 0.52
HSL 23.24º 0.82% 0.26% -
HSV(B) 23.24º 0.9% 0.48% -
XYZ 9.6 6.97 1.19 -
YUV 70.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 123 55 12 0 0.55 0.90 0.52 23.24 0.82 0.26
Hex 7B 37 C 0 37 5A 34 17 52 1A
Octal 173 67 14 0 67 132 64 27 122 32
Binary 1111011 110111 1100 0 110111 1011010 110100 10111 1010010 11010

Color Harmonies of #7B370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B370C

Black with #7B370C

Text Example


Text Example

White with #7B370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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