Html Css Color HEX #762816 Pueblo

📋 copy color: '#762816'

red 118 ◦ green 40 ◦ blue 22

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

Shades of Pueblo #762816

Tints of Pueblo #762816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

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

R = 65.56%
G = 22.22%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762816 (or 0x762816) is known color: Pueblo. HEX triplet: 76, 28 and 16. RGB value is (118,40,22). Sum of RGB (Red+Green+Blue) = 118+40+22=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #762816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762816 is #89D7E9. Grayscale: #3D3D3D. Windows color (decimal): -9033706 or 1452150. OLE color: 1452150.

HSL color Cylindrical-coordinate representation of color #762816: hue angle of 11.25º 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 #762816 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 22 -
CMYK 0 0.66 0.81 0.54
HSL 11.25º 0.69% 0.27% -
HSV(B) 11.25º 0.81% 0.46% -
XYZ 8.37 5.43 1.37 -
YUV 61.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 118 40 22 0 0.66 0.81 0.54 11.25 0.69 0.27
Hex 76 28 16 0 42 51 36 B 45 1B
Octal 166 50 26 0 102 121 66 13 105 33
Binary 1110110 101000 10110 0 1000010 1010001 110110 1011 1000101 11011

Color Harmonies of #762816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762816

Black with #762816

Text Example


Text Example

White with #762816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762816; }

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

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

background-color css

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

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

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

border-color css

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

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

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