Html Css Color HEX #762713 Pueblo

📋 copy color: '#762713'

red 118 ◦ green 39 ◦ blue 19

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

Shades of Pueblo #762713

Tints of Pueblo #762713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 67.05%
G = 22.16%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#762713 (or 0x762713) is known color: Pueblo. HEX triplet: 76, 27 and 13. RGB value is (118,39,19). Sum of RGB (Red+Green+Blue) = 118+39+19=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #762713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762713 is #89D8EC. Grayscale: #3C3C3C. Windows color (decimal): -9033965 or 1255286. OLE color: 1255286.

HSL color Cylindrical-coordinate representation of color #762713: hue angle of 12.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #762713 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 19 -
CMYK 0 0.67 0.84 0.54
HSL 12.12º 0.72% 0.27% -
HSV(B) 12.12º 0.84% 0.46% -
XYZ 8.31 5.35 1.21 -
YUV 60.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 118 39 19 0 0.67 0.84 0.54 12.12 0.72 0.27
Hex 76 27 13 0 43 54 36 C 48 1B
Octal 166 47 23 0 103 124 66 14 110 33
Binary 1110110 100111 10011 0 1000011 1010100 110110 1100 1001000 11011

Color Harmonies of #762713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762713

Black with #762713

Text Example


Text Example

White with #762713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762713; }

 p { color: rgb(118,39,19); }

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

background-color css

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

 a { background-color: rgb(118,39,19); }

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

border-color css

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

 span { border-color: rgb(118,39,19); }

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