Html Css Color HEX #7B331B Peru Tan

📋 copy color: '#7B331B'

red 123 ◦ green 51 ◦ blue 27

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

Shades of Peru Tan #7B331B

Tints of Peru Tan #7B331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 61.19%
G = 25.37%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B331B (or 0x7B331B) is known color: Peru Tan. HEX triplet: 7B, 33 and 1B. RGB value is (123,51,27). Sum of RGB (Red+Green+Blue) = 123+51+27=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B331B is #84CCE4. Grayscale: #454545. Windows color (decimal): -8703205 or 1782651. OLE color: 1782651.

HSL color Cylindrical-coordinate representation of color #7B331B: hue angle of 15º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B331B is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 51 27 -
CMYK 0 0.59 0.78 0.52
HSL 15º 0.64% 0.29% -
HSV(B) 15º 0.78% 0.48% -
XYZ 9.55 6.66 1.82 -
YUV 69.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 123 51 27 0 0.59 0.78 0.52 15 0.64 0.29
Hex 7B 33 1B 0 3B 4E 34 F 40 1D
Octal 173 63 33 0 73 116 64 17 100 35
Binary 1111011 110011 11011 0 111011 1001110 110100 1111 1000000 11101

Color Harmonies of #7B331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B331B

Black with #7B331B

Text Example


Text Example

White with #7B331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,51,27); }

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

background-color css

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

 a { background-color: rgb(123,51,27); }

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

border-color css

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

 span { border-color: rgb(123,51,27); }

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