Html Css Color HEX #76270F Pueblo

📋 copy color: '#76270F'

red 118 ◦ green 39 ◦ blue 15

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

Shades of Pueblo #76270F

Tints of Pueblo #76270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.67%

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 68.6%
G = 22.67%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76270F (or 0x76270F) is known color: Pueblo. HEX triplet: 76, 27 and 0F. RGB value is (118,39,15). Sum of RGB (Red+Green+Blue) = 118+39+15=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #76270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76270F is #89D8F0. Grayscale: #3C3C3C. Windows color (decimal): -9033969 or 993142. OLE color: 993142.

HSL color Cylindrical-coordinate representation of color #76270F: hue angle of 13.98º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76270F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 15 -
CMYK 0 0.67 0.87 0.54
HSL 13.98º 0.77% 0.26% -
HSV(B) 13.98º 0.87% 0.46% -
XYZ 8.28 5.34 1.05 -
YUV 59.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 118 39 15 0 0.67 0.87 0.54 13.98 0.77 0.26
Hex 76 27 F 0 43 57 36 E 4D 1A
Octal 166 47 17 0 103 127 66 16 115 32
Binary 1110110 100111 1111 0 1000011 1010111 110110 1110 1001101 11010

Color Harmonies of #76270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76270F

Black with #76270F

Text Example


Text Example

White with #76270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76270F; }

 p { color: rgb(118,39,15); }

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

background-color css

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

 a { background-color: rgb(118,39,15); }

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

border-color css

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

 span { border-color: rgb(118,39,15); }

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