Html Css Color HEX #77341F Pueblo

📋 copy color: '#77341F'

red 119 ◦ green 52 ◦ blue 31

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

Shades of Pueblo #77341F

Tints of Pueblo #77341F

RGB

 RED value IS 119 (46.88% from 255) = 58.91%

 GREEN value IS 52 (20.7% from 255) = 25.74%

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 58.91%
G = 25.74%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77341F (or 0x77341F) is known color: Pueblo. HEX triplet: 77, 34 and 1F. RGB value is (119,52,31). Sum of RGB (Red+Green+Blue) = 119+52+31=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77341F is #88CBE0. Grayscale: #454545. Windows color (decimal): -8965089 or 2045047. OLE color: 2045047.

HSL color Cylindrical-coordinate representation of color #77341F: hue angle of 14.32º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77341F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 31 -
CMYK 0 0.56 0.74 0.53
HSL 14.32º 0.59% 0.29% -
HSV(B) 14.32º 0.74% 0.47% -
XYZ 9.08 6.48 2.07 -
YUV 69.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 119 52 31 0 0.56 0.74 0.53 14.32 0.59 0.29
Hex 77 34 1F 0 38 4A 35 E 3B 1D
Octal 167 64 37 0 70 112 65 16 73 35
Binary 1110111 110100 11111 0 111000 1001010 110101 1110 111011 11101

Color Harmonies of #77341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77341F

Black with #77341F

Text Example


Text Example

White with #77341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,52,31); }

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

background-color css

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

 a { background-color: rgb(119,52,31); }

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

border-color css

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

 span { border-color: rgb(119,52,31); }

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