Html Css Color HEX #762C21 Pueblo

📋 copy color: '#762C21'

red 118 ◦ green 44 ◦ blue 33

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

Shades of Pueblo #762C21

Tints of Pueblo #762C21

RGB

 RED value IS 118 (46.48% from 255) = 60.51%

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 33 (13.28% from 255) = 16.92%

R = 60.51%
G = 22.56%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#762C21 (or 0x762C21) is known color: Pueblo. HEX triplet: 76, 2C and 21. RGB value is (118,44,33). Sum of RGB (Red+Green+Blue) = 118+44+33=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #762C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C21 is #89D3DE. Grayscale: #404040. Windows color (decimal): -9032671 or 2174070. OLE color: 2174070.

HSL color Cylindrical-coordinate representation of color #762C21: hue angle of 7.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762C21 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 33 -
CMYK 0 0.63 0.72 0.54
HSL 7.76º 0.56% 0.3% -
HSV(B) 7.76º 0.72% 0.46% -
XYZ 8.65 5.76 2.1 -
YUV 64.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 118 44 33 0 0.63 0.72 0.54 7.76 0.56 0.3
Hex 76 2C 21 0 3F 48 36 8 38 1E
Octal 166 54 41 0 77 110 66 10 70 36
Binary 1110110 101100 100001 0 111111 1001000 110110 1000 111000 11110

Color Harmonies of #762C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C21

Black with #762C21

Text Example


Text Example

White with #762C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762C21; }

 p { color: rgb(118,44,33); }

 H1.HeaderClassName
 {
   color: #762C21;
 }
 .AnyTagClassName
 {
   color: #762C21;
 }
</style>

background-color css

<style>
 a { background-color: #762C21; }

 a { background-color: rgb(118,44,33); }

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

border-color css

<style>
 span { border-color: #762C21; }

 span { border-color: rgb(118,44,33); }

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