Html Css Color HEX #763428 Pueblo

📋 copy color: '#763428'

red 118 ◦ green 52 ◦ blue 40

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

Shades of Pueblo #763428

Tints of Pueblo #763428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 56.19%
G = 24.76%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#763428 (or 0x763428) is known color: Pueblo. HEX triplet: 76, 34 and 28. RGB value is (118,52,40). Sum of RGB (Red+Green+Blue) = 118+52+40=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #763428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763428 is #89CBD7. Grayscale: #464646. Windows color (decimal): -9030616 or 2634870. OLE color: 2634870.

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

Color convert

RGB 118 52 40 -
CMYK 0 0.56 0.66 0.54
HSL 9.23º 0.49% 0.31% -
HSV(B) 9.23º 0.66% 0.46% -
XYZ 9.08 6.46 2.78 -
YUV 70.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 118 52 40 0 0.56 0.66 0.54 9.23 0.49 0.31
Hex 76 34 28 0 38 42 36 9 31 1F
Octal 166 64 50 0 70 102 66 11 61 37
Binary 1110110 110100 101000 0 111000 1000010 110110 1001 110001 11111

Color Harmonies of #763428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763428

Black with #763428

Text Example


Text Example

White with #763428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763428; }

 p { color: rgb(118,52,40); }

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

background-color css

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

 a { background-color: rgb(118,52,40); }

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

border-color css

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

 span { border-color: rgb(118,52,40); }

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