Html Css Color HEX #762911 Pueblo

📋 copy color: '#762911'

red 118 ◦ green 41 ◦ blue 17

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

Shades of Pueblo #762911

Tints of Pueblo #762911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 67.05%
G = 23.3%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#762911 (or 0x762911) is known color: Pueblo. HEX triplet: 76, 29 and 11. RGB value is (118,41,17). Sum of RGB (Red+Green+Blue) = 118+41+17=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #762911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762911 is #89D6EE. Grayscale: #3D3D3D. Windows color (decimal): -9033455 or 1124726. OLE color: 1124726.

HSL color Cylindrical-coordinate representation of color #762911: hue angle of 14.26º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762911 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 17 -
CMYK 0 0.65 0.86 0.54
HSL 14.26º 0.75% 0.26% -
HSV(B) 14.26º 0.86% 0.46% -
XYZ 8.37 5.48 1.15 -
YUV 61.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 118 41 17 0 0.65 0.86 0.54 14.26 0.75 0.26
Hex 76 29 11 0 41 56 36 E 4B 1A
Octal 166 51 21 0 101 126 66 16 113 32
Binary 1110110 101001 10001 0 1000001 1010110 110110 1110 1001011 11010

Color Harmonies of #762911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762911

Black with #762911

Text Example


Text Example

White with #762911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762911; }

 p { color: rgb(118,41,17); }

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

background-color css

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

 a { background-color: rgb(118,41,17); }

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

border-color css

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

 span { border-color: rgb(118,41,17); }

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