Html Css Color HEX #762E1E Pueblo

📋 copy color: '#762E1E'

red 118 ◦ green 46 ◦ blue 30

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

Shades of Pueblo #762E1E

Tints of Pueblo #762E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.71%

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

R = 60.82%
G = 23.71%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#762E1E (or 0x762E1E) is known color: Pueblo. HEX triplet: 76, 2E and 1E. RGB value is (118,46,30). Sum of RGB (Red+Green+Blue) = 118+46+30=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1E is #89D1E1. Grayscale: #414141. Windows color (decimal): -9032162 or 1977974. OLE color: 1977974.

HSL color Cylindrical-coordinate representation of color #762E1E: hue angle of 10.91º 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 #762E1E is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 30 -
CMYK 0 0.61 0.75 0.54
HSL 10.91º 0.59% 0.29% -
HSV(B) 10.91º 0.75% 0.46% -
XYZ 8.68 5.9 1.91 -
YUV 65.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 118 46 30 0 0.61 0.75 0.54 10.91 0.59 0.29
Hex 76 2E 1E 0 3D 4B 36 B 3B 1D
Octal 166 56 36 0 75 113 66 13 73 35
Binary 1110110 101110 11110 0 111101 1001011 110110 1011 111011 11101

Color Harmonies of #762E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E1E

Black with #762E1E

Text Example


Text Example

White with #762E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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