Html Css Color HEX #762814 Pueblo

📋 copy color: '#762814'

red 118 ◦ green 40 ◦ blue 20

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

Shades of Pueblo #762814

Tints of Pueblo #762814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 66.29%
G = 22.47%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#762814 (or 0x762814) is known color: Pueblo. HEX triplet: 76, 28 and 14. RGB value is (118,40,20). Sum of RGB (Red+Green+Blue) = 118+40+20=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762814 is #89D7EB. Grayscale: #3D3D3D. Windows color (decimal): -9033708 or 1321078. OLE color: 1321078.

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

Color convert

RGB 118 40 20 -
CMYK 0 0.66 0.83 0.54
HSL 12.24º 0.71% 0.27% -
HSV(B) 12.24º 0.83% 0.46% -
XYZ 8.36 5.42 1.27 -
YUV 61.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 118 40 20 0 0.66 0.83 0.54 12.24 0.71 0.27
Hex 76 28 14 0 42 53 36 C 47 1B
Octal 166 50 24 0 102 123 66 14 107 33
Binary 1110110 101000 10100 0 1000010 1010011 110110 1100 1000111 11011

Color Harmonies of #762814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762814

Black with #762814

Text Example


Text Example

White with #762814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762814; }

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

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

background-color css

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

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

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

border-color css

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

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

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