Html Css Color HEX #762619 Pueblo

📋 copy color: '#762619'

red 118 ◦ green 38 ◦ blue 25

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

Shades of Pueblo #762619

Tints of Pueblo #762619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 65.19%
G = 20.99%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#762619 (or 0x762619) is known color: Pueblo. HEX triplet: 76, 26 and 19. RGB value is (118,38,25). Sum of RGB (Red+Green+Blue) = 118+38+25=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762619 is #89D9E6. Grayscale: #3C3C3C. Windows color (decimal): -9034215 or 1648246. OLE color: 1648246.

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

Color convert

RGB 118 38 25 -
CMYK 0 0.68 0.79 0.54
HSL 8.39º 0.65% 0.28% -
HSV(B) 8.39º 0.79% 0.46% -
XYZ 8.34 5.31 1.5 -
YUV 60.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 118 38 25 0 0.68 0.79 0.54 8.39 0.65 0.28
Hex 76 26 19 0 44 4F 36 8 41 1C
Octal 166 46 31 0 104 117 66 10 101 34
Binary 1110110 100110 11001 0 1000100 1001111 110110 1000 1000001 11100

Color Harmonies of #762619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762619

Black with #762619

Text Example


Text Example

White with #762619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762619; }

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

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

background-color css

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

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

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

border-color css

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

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

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