Html Css Color HEX #762715 Pueblo

📋 copy color: '#762715'

red 118 ◦ green 39 ◦ blue 21

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

Shades of Pueblo #762715

Tints of Pueblo #762715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 66.29%
G = 21.91%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#762715 (or 0x762715) is known color: Pueblo. HEX triplet: 76, 27 and 15. RGB value is (118,39,21). Sum of RGB (Red+Green+Blue) = 118+39+21=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762715 is #89D8EA. Grayscale: #3C3C3C. Windows color (decimal): -9033963 or 1386358. OLE color: 1386358.

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

Color convert

RGB 118 39 21 -
CMYK 0 0.67 0.82 0.54
HSL 11.13º 0.7% 0.27% -
HSV(B) 11.13º 0.82% 0.46% -
XYZ 8.33 5.36 1.3 -
YUV 60.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 118 39 21 0 0.67 0.82 0.54 11.13 0.7 0.27
Hex 76 27 15 0 43 52 36 B 46 1B
Octal 166 47 25 0 103 122 66 13 106 33
Binary 1110110 100111 10101 0 1000011 1010010 110110 1011 1000110 11011

Color Harmonies of #762715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762715

Black with #762715

Text Example


Text Example

White with #762715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762715; }

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

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

background-color css

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

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

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

border-color css

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

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

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