Html Css Color HEX #752714 Pueblo

📋 copy color: '#752714'

red 117 ◦ green 39 ◦ blue 20

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

Shades of Pueblo #752714

Tints of Pueblo #752714

RGB

 RED value IS 117 (46.09% from 255) = 66.48%

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

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

R = 66.48%
G = 22.16%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#752714 (or 0x752714) is known color: Pueblo. HEX triplet: 75, 27 and 14. RGB value is (117,39,20). Sum of RGB (Red+Green+Blue) = 117+39+20=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #752714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752714 is #8AD8EB. Grayscale: #3C3C3C. Windows color (decimal): -9099500 or 1320821. OLE color: 1320821.

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

Color convert

RGB 117 39 20 -
CMYK 0 0.67 0.83 0.54
HSL 11.75º 0.71% 0.27% -
HSV(B) 11.75º 0.83% 0.46% -
XYZ 8.19 5.28 1.25 -
YUV 60.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 117 39 20 0 0.67 0.83 0.54 11.75 0.71 0.27
Hex 75 27 14 0 43 53 36 C 47 1B
Octal 165 47 24 0 103 123 66 14 107 33
Binary 1110101 100111 10100 0 1000011 1010011 110110 1100 1000111 11011

Color Harmonies of #752714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752714

Black with #752714

Text Example


Text Example

White with #752714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752714; }

 p { color: rgb(117,39,20); }

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

background-color css

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

 a { background-color: rgb(117,39,20); }

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

border-color css

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

 span { border-color: rgb(117,39,20); }

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