Html Css Color HEX #7B301C Pueblo

📋 copy color: '#7B301C'

red 123 ◦ green 48 ◦ blue 28

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

Shades of Pueblo #7B301C

Tints of Pueblo #7B301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 61.81%
G = 24.12%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7B301C (or 0x7B301C) is known color: Pueblo. HEX triplet: 7B, 30 and 1C. RGB value is (123,48,28). Sum of RGB (Red+Green+Blue) = 123+48+28=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B301C is #84CFE3. Grayscale: #444444. Windows color (decimal): -8703972 or 1847419. OLE color: 1847419.

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

Color convert

RGB 123 48 28 -
CMYK 0 0.61 0.77 0.52
HSL 12.63º 0.63% 0.3% -
HSV(B) 12.63º 0.77% 0.48% -
XYZ 9.43 6.41 1.84 -
YUV 68.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 123 48 28 0 0.61 0.77 0.52 12.63 0.63 0.3
Hex 7B 30 1C 0 3D 4D 34 D 3F 1E
Octal 173 60 34 0 75 115 64 15 77 36
Binary 1111011 110000 11100 0 111101 1001101 110100 1101 111111 11110

Color Harmonies of #7B301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B301C

Black with #7B301C

Text Example


Text Example

White with #7B301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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