Html Css Color HEX #7B301E Pueblo

📋 copy color: '#7B301E'

red 123 ◦ green 48 ◦ blue 30

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

Shades of Pueblo #7B301E

Tints of Pueblo #7B301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 61.19%
G = 23.88%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B301E (or 0x7B301E) is known color: Pueblo. HEX triplet: 7B, 30 and 1E. RGB value is (123,48,30). Sum of RGB (Red+Green+Blue) = 123+48+30=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B301E is #84CFE1. Grayscale: #444444. Windows color (decimal): -8703970 or 1978491. OLE color: 1978491.

HSL color Cylindrical-coordinate representation of color #7B301E: hue angle of 11.61º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B301E is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 48 30 -
CMYK 0 0.61 0.76 0.52
HSL 11.61º 0.61% 0.3% -
HSV(B) 11.61º 0.76% 0.48% -
XYZ 9.46 6.42 1.97 -
YUV 68.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 123 48 30 0 0.61 0.76 0.52 11.61 0.61 0.3
Hex 7B 30 1E 0 3D 4C 34 C 3D 1E
Octal 173 60 36 0 75 114 64 14 75 36
Binary 1111011 110000 11110 0 111101 1001100 110100 1100 111101 11110

Color Harmonies of #7B301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B301E

Black with #7B301E

Text Example


Text Example

White with #7B301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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