Html Css Color HEX #762617 Pueblo

📋 copy color: '#762617'

red 118 ◦ green 38 ◦ blue 23

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

Shades of Pueblo #762617

Tints of Pueblo #762617

RGB

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

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

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

R = 65.92%
G = 21.23%
B = 12.85%

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

#762617 (or 0x762617) is known color: Pueblo. HEX triplet: 76, 26 and 17. RGB value is (118,38,23). Sum of RGB (Red+Green+Blue) = 118+38+23=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762617 is #89D9E8. Grayscale: #3C3C3C. Windows color (decimal): -9034217 or 1517174. OLE color: 1517174.

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

Color convert

RGB 118 38 23 -
CMYK 0 0.68 0.81 0.54
HSL 9.47º 0.67% 0.28% -
HSV(B) 9.47º 0.81% 0.46% -
XYZ 8.32 5.3 1.4 -
YUV 60.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 118 38 23 0 0.68 0.81 0.54 9.47 0.67 0.28
Hex 76 26 17 0 44 51 36 9 43 1C
Octal 166 46 27 0 104 121 66 11 103 34
Binary 1110110 100110 10111 0 1000100 1010001 110110 1001 1000011 11100

Color Harmonies of #762617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762617

Black with #762617

Text Example


Text Example

White with #762617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762617; }

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

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

background-color css

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

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

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

border-color css

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

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

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