Html Css Color HEX #762716 Pueblo

📋 copy color: '#762716'

red 118 ◦ green 39 ◦ blue 22

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

Shades of Pueblo #762716

Tints of Pueblo #762716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.79%

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

R = 65.92%
G = 21.79%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762716 (or 0x762716) is known color: Pueblo. HEX triplet: 76, 27 and 16. RGB value is (118,39,22). Sum of RGB (Red+Green+Blue) = 118+39+22=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762716 is #89D8E9. Grayscale: #3C3C3C. Windows color (decimal): -9033962 or 1451894. OLE color: 1451894.

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

Color convert

RGB 118 39 22 -
CMYK 0 0.67 0.81 0.54
HSL 10.63º 0.69% 0.27% -
HSV(B) 10.63º 0.81% 0.46% -
XYZ 8.34 5.36 1.35 -
YUV 60.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 118 39 22 0 0.67 0.81 0.54 10.63 0.69 0.27
Hex 76 27 16 0 43 51 36 B 45 1B
Octal 166 47 26 0 103 121 66 13 105 33
Binary 1110110 100111 10110 0 1000011 1010001 110110 1011 1000101 11011

Color Harmonies of #762716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762716

Black with #762716

Text Example


Text Example

White with #762716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762716; }

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

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

background-color css

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

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

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

border-color css

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

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

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