Html Css Color HEX #762F17 Pueblo

📋 copy color: '#762F17'

red 118 ◦ green 47 ◦ blue 23

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

Shades of Pueblo #762F17

Tints of Pueblo #762F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

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

R = 62.77%
G = 25%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762F17 (or 0x762F17) is known color: Pueblo. HEX triplet: 76, 2F and 17. RGB value is (118,47,23). Sum of RGB (Red+Green+Blue) = 118+47+23=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F17 is #89D0E8. Grayscale: #414141. Windows color (decimal): -9031913 or 1519478. OLE color: 1519478.

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

Color convert

RGB 118 47 23 -
CMYK 0 0.60 0.81 0.54
HSL 15.16º 0.67% 0.28% -
HSV(B) 15.16º 0.81% 0.46% -
XYZ 8.64 5.95 1.5 -
YUV 65.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 118 47 23 0 0.60 0.81 0.54 15.16 0.67 0.28
Hex 76 2F 17 0 3C 51 36 F 43 1C
Octal 166 57 27 0 74 121 66 17 103 34
Binary 1110110 101111 10111 0 111100 1010001 110110 1111 1000011 11100

Color Harmonies of #762F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F17

Black with #762F17

Text Example


Text Example

White with #762F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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