Html Css Color HEX #762D1E Pueblo

📋 copy color: '#762D1E'

red 118 ◦ green 45 ◦ blue 30

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

Shades of Pueblo #762D1E

Tints of Pueblo #762D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.32%

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 61.14%
G = 23.32%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#762D1E (or 0x762D1E) is known color: Pueblo. HEX triplet: 76, 2D and 1E. RGB value is (118,45,30). Sum of RGB (Red+Green+Blue) = 118+45+30=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D1E is #89D2E1. Grayscale: #414141. Windows color (decimal): -9032418 or 1977718. OLE color: 1977718.

HSL color Cylindrical-coordinate representation of color #762D1E: hue angle of 10.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762D1E is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 30 -
CMYK 0 0.62 0.75 0.54
HSL 10.23º 0.59% 0.29% -
HSV(B) 10.23º 0.75% 0.46% -
XYZ 8.64 5.82 1.9 -
YUV 65.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 118 45 30 0 0.62 0.75 0.54 10.23 0.59 0.29
Hex 76 2D 1E 0 3E 4B 36 A 3B 1D
Octal 166 55 36 0 76 113 66 12 73 35
Binary 1110110 101101 11110 0 111110 1001011 110110 1010 111011 11101

Color Harmonies of #762D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D1E

Black with #762D1E

Text Example


Text Example

White with #762D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D1E; }

 p { color: rgb(118,45,30); }

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

background-color css

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

 a { background-color: rgb(118,45,30); }

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

border-color css

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

 span { border-color: rgb(118,45,30); }

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