Html Css Color HEX #762914 Pueblo

📋 copy color: '#762914'

red 118 ◦ green 41 ◦ blue 20

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

Shades of Pueblo #762914

Tints of Pueblo #762914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.91%

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 65.92%
G = 22.91%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#762914 (or 0x762914) is known color: Pueblo. HEX triplet: 76, 29 and 14. RGB value is (118,41,20). Sum of RGB (Red+Green+Blue) = 118+41+20=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762914 is #89D6EB. Grayscale: #3D3D3D. Windows color (decimal): -9033452 or 1321334. OLE color: 1321334.

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

Color convert

RGB 118 41 20 -
CMYK 0 0.65 0.83 0.54
HSL 12.86º 0.71% 0.27% -
HSV(B) 12.86º 0.83% 0.46% -
XYZ 8.39 5.49 1.28 -
YUV 61.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 118 41 20 0 0.65 0.83 0.54 12.86 0.71 0.27
Hex 76 29 14 0 41 53 36 D 47 1B
Octal 166 51 24 0 101 123 66 15 107 33
Binary 1110110 101001 10100 0 1000001 1010011 110110 1101 1000111 11011

Color Harmonies of #762914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762914

Black with #762914

Text Example


Text Example

White with #762914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762914; }

 p { color: rgb(118,41,20); }

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

background-color css

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

 a { background-color: rgb(118,41,20); }

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

border-color css

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

 span { border-color: rgb(118,41,20); }

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