Html Css Color HEX #762D1F Pueblo

📋 copy color: '#762D1F'

red 118 ◦ green 45 ◦ blue 31

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

Shades of Pueblo #762D1F

Tints of Pueblo #762D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 60.82%
G = 23.2%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#762D1F (or 0x762D1F) is known color: Pueblo. HEX triplet: 76, 2D and 1F. RGB value is (118,45,31). Sum of RGB (Red+Green+Blue) = 118+45+31=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #762D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D1F is #89D2E0. Grayscale: #414141. Windows color (decimal): -9032417 or 2043254. OLE color: 2043254.

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

Color convert

RGB 118 45 31 -
CMYK 0 0.62 0.74 0.54
HSL 9.66º 0.58% 0.29% -
HSV(B) 9.66º 0.74% 0.46% -
XYZ 8.66 5.83 1.96 -
YUV 65.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 118 45 31 0 0.62 0.74 0.54 9.66 0.58 0.29
Hex 76 2D 1F 0 3E 4A 36 A 3A 1D
Octal 166 55 37 0 76 112 66 12 72 35
Binary 1110110 101101 11111 0 111110 1001010 110110 1010 111010 11101

Color Harmonies of #762D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D1F

Black with #762D1F

Text Example


Text Example

White with #762D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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