Html Css Color HEX #762717 Pueblo

📋 copy color: '#762717'

red 118 ◦ green 39 ◦ blue 23

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

Shades of Pueblo #762717

Tints of Pueblo #762717

RGB

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

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

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

R = 65.56%
G = 21.67%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#762717 (or 0x762717) is known color: Pueblo. HEX triplet: 76, 27 and 17. RGB value is (118,39,23). Sum of RGB (Red+Green+Blue) = 118+39+23=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #762717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762717 is #89D8E8. Grayscale: #3C3C3C. Windows color (decimal): -9033961 or 1517430. OLE color: 1517430.

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

Color convert

RGB 118 39 23 -
CMYK 0 0.67 0.81 0.54
HSL 10.11º 0.67% 0.28% -
HSV(B) 10.11º 0.81% 0.46% -
XYZ 8.35 5.36 1.41 -
YUV 60.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 118 39 23 0 0.67 0.81 0.54 10.11 0.67 0.28
Hex 76 27 17 0 43 51 36 A 43 1C
Octal 166 47 27 0 103 121 66 12 103 34
Binary 1110110 100111 10111 0 1000011 1010001 110110 1010 1000011 11100

Color Harmonies of #762717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762717

Black with #762717

Text Example


Text Example

White with #762717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762717; }

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

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

background-color css

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

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

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

border-color css

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

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

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