Html Css Color HEX #763727 Pueblo

📋 copy color: '#763727'

red 118 ◦ green 55 ◦ blue 39

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

Shades of Pueblo #763727

Tints of Pueblo #763727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

 BLUE value IS 39 (15.63% from 255) = 18.4%

R = 55.66%
G = 25.94%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#763727 (or 0x763727) is known color: Pueblo. HEX triplet: 76, 37 and 27. RGB value is (118,55,39). Sum of RGB (Red+Green+Blue) = 118+55+39=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #763727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763727 is #89C8D8. Grayscale: #484848. Windows color (decimal): -9029849 or 2570102. OLE color: 2570102.

HSL color Cylindrical-coordinate representation of color #763727: hue angle of 12.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763727 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 39 -
CMYK 0 0.53 0.67 0.54
HSL 12.15º 0.5% 0.31% -
HSV(B) 12.15º 0.67% 0.46% -
XYZ 9.2 6.73 2.73 -
YUV 72.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 118 55 39 0 0.53 0.67 0.54 12.15 0.5 0.31
Hex 76 37 27 0 35 43 36 C 32 1F
Octal 166 67 47 0 65 103 66 14 62 37
Binary 1110110 110111 100111 0 110101 1000011 110110 1100 110010 11111

Color Harmonies of #763727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763727

Black with #763727

Text Example


Text Example

White with #763727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763727; }

 p { color: rgb(118,55,39); }

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

background-color css

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

 a { background-color: rgb(118,55,39); }

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

border-color css

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

 span { border-color: rgb(118,55,39); }

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