Html Css Color HEX #762D21 Pueblo

📋 copy color: '#762D21'

red 118 ◦ green 45 ◦ blue 33

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

Shades of Pueblo #762D21

Tints of Pueblo #762D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

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

R = 60.2%
G = 22.96%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#762D21 (or 0x762D21) is known color: Pueblo. HEX triplet: 76, 2D and 21. RGB value is (118,45,33). Sum of RGB (Red+Green+Blue) = 118+45+33=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D21 is #89D2DE. Grayscale: #414141. Windows color (decimal): -9032415 or 2174326. OLE color: 2174326.

HSL color Cylindrical-coordinate representation of color #762D21: hue angle of 8.47º 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 #762D21 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 33 -
CMYK 0 0.62 0.72 0.54
HSL 8.47º 0.56% 0.3% -
HSV(B) 8.47º 0.72% 0.46% -
XYZ 8.68 5.84 2.11 -
YUV 65.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 118 45 33 0 0.62 0.72 0.54 8.47 0.56 0.3
Hex 76 2D 21 0 3E 48 36 8 38 1E
Octal 166 55 41 0 76 110 66 10 70 36
Binary 1110110 101101 100001 0 111110 1001000 110110 1000 111000 11110

Color Harmonies of #762D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D21

Black with #762D21

Text Example


Text Example

White with #762D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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