Html Css Color HEX #762616 Pueblo

📋 copy color: '#762616'

red 118 ◦ green 38 ◦ blue 22

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

Shades of Pueblo #762616

Tints of Pueblo #762616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 66.29%
G = 21.35%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762616 (or 0x762616) is known color: Pueblo. HEX triplet: 76, 26 and 16. RGB value is (118,38,22). Sum of RGB (Red+Green+Blue) = 118+38+22=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762616 is #89D9E9. Grayscale: #3C3C3C. Windows color (decimal): -9034218 or 1451638. OLE color: 1451638.

HSL color Cylindrical-coordinate representation of color #762616: hue angle of 10º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762616 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 22 -
CMYK 0 0.68 0.81 0.54
HSL 10º 0.69% 0.27% -
HSV(B) 10º 0.81% 0.46% -
XYZ 8.31 5.3 1.34 -
YUV 60.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 118 38 22 0 0.68 0.81 0.54 10 0.69 0.27
Hex 76 26 16 0 44 51 36 A 45 1B
Octal 166 46 26 0 104 121 66 12 105 33
Binary 1110110 100110 10110 0 1000100 1010001 110110 1010 1000101 11011

Color Harmonies of #762616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762616

Black with #762616

Text Example


Text Example

White with #762616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762616; }

 p { color: rgb(118,38,22); }

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

background-color css

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

 a { background-color: rgb(118,38,22); }

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

border-color css

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

 span { border-color: rgb(118,38,22); }

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