Html Css Color HEX #762F20 Pueblo

📋 copy color: '#762F20'

red 118 ◦ green 47 ◦ blue 32

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

Shades of Pueblo #762F20

Tints of Pueblo #762F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.86%

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 59.9%
G = 23.86%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#762F20 (or 0x762F20) is known color: Pueblo. HEX triplet: 76, 2F and 20. RGB value is (118,47,32). Sum of RGB (Red+Green+Blue) = 118+47+32=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #762F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F20 is #89D0DF. Grayscale: #424242. Windows color (decimal): -9031904 or 2109302. OLE color: 2109302.

HSL color Cylindrical-coordinate representation of color #762F20: hue angle of 10.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762F20 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 32 -
CMYK 0 0.60 0.73 0.54
HSL 10.47º 0.57% 0.29% -
HSV(B) 10.47º 0.73% 0.46% -
XYZ 8.75 5.99 2.06 -
YUV 66.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 118 47 32 0 0.60 0.73 0.54 10.47 0.57 0.29
Hex 76 2F 20 0 3C 49 36 A 39 1D
Octal 166 57 40 0 74 111 66 12 71 35
Binary 1110110 101111 100000 0 111100 1001001 110110 1010 111001 11101

Color Harmonies of #762F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F20

Black with #762F20

Text Example


Text Example

White with #762F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,47,32); }

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

background-color css

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

 a { background-color: rgb(118,47,32); }

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

border-color css

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

 span { border-color: rgb(118,47,32); }

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