Html Css Color HEX #762D17 Pueblo

📋 copy color: '#762D17'

red 118 ◦ green 45 ◦ blue 23

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

Shades of Pueblo #762D17

Tints of Pueblo #762D17

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 63.44%
G = 24.19%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762D17 (or 0x762D17) is known color: Pueblo. HEX triplet: 76, 2D and 17. RGB value is (118,45,23). Sum of RGB (Red+Green+Blue) = 118+45+23=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #762D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D17 is #89D2E8. Grayscale: #404040. Windows color (decimal): -9032425 or 1518966. OLE color: 1518966.

HSL color Cylindrical-coordinate representation of color #762D17: hue angle of 13.89º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762D17 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 23 -
CMYK 0 0.62 0.81 0.54
HSL 13.89º 0.67% 0.28% -
HSV(B) 13.89º 0.81% 0.46% -
XYZ 8.56 5.79 1.48 -
YUV 64.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 118 45 23 0 0.62 0.81 0.54 13.89 0.67 0.28
Hex 76 2D 17 0 3E 51 36 E 43 1C
Octal 166 55 27 0 76 121 66 16 103 34
Binary 1110110 101101 10111 0 111110 1010001 110110 1110 1000011 11100

Color Harmonies of #762D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D17

Black with #762D17

Text Example


Text Example

White with #762D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D17; }

 p { color: rgb(118,45,23); }

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

background-color css

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

 a { background-color: rgb(118,45,23); }

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

border-color css

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

 span { border-color: rgb(118,45,23); }

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