Html Css Color HEX #762918 Pueblo

📋 copy color: '#762918'

red 118 ◦ green 41 ◦ blue 24

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

Shades of Pueblo #762918

Tints of Pueblo #762918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 64.48%
G = 22.4%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#762918 (or 0x762918) is known color: Pueblo. HEX triplet: 76, 29 and 18. RGB value is (118,41,24). Sum of RGB (Red+Green+Blue) = 118+41+24=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #762918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762918 is #89D6E7. Grayscale: #3E3E3E. Windows color (decimal): -9033448 or 1583478. OLE color: 1583478.

HSL color Cylindrical-coordinate representation of color #762918: hue angle of 10.85º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762918 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 24 -
CMYK 0 0.65 0.80 0.54
HSL 10.85º 0.66% 0.28% -
HSV(B) 10.85º 0.8% 0.46% -
XYZ 8.43 5.5 1.48 -
YUV 62.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 118 41 24 0 0.65 0.80 0.54 10.85 0.66 0.28
Hex 76 29 18 0 41 50 36 B 42 1C
Octal 166 51 30 0 101 120 66 13 102 34
Binary 1110110 101001 11000 0 1000001 1010000 110110 1011 1000010 11100

Color Harmonies of #762918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762918

Black with #762918

Text Example


Text Example

White with #762918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762918; }

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

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

background-color css

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

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

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

border-color css

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

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

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