Html Css Color HEX #77301D Pueblo

📋 copy color: '#77301D'

red 119 ◦ green 48 ◦ blue 29

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

Shades of Pueblo #77301D

Tints of Pueblo #77301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 60.71%
G = 24.49%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77301D (or 0x77301D) is known color: Pueblo. HEX triplet: 77, 30 and 1D. RGB value is (119,48,29). Sum of RGB (Red+Green+Blue) = 119+48+29=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77301D is #88CFE2. Grayscale: #434343. Windows color (decimal): -8966115 or 1912951. OLE color: 1912951.

HSL color Cylindrical-coordinate representation of color #77301D: hue angle of 12.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77301D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 29 -
CMYK 0 0.60 0.76 0.53
HSL 12.67º 0.61% 0.29% -
HSV(B) 12.67º 0.76% 0.47% -
XYZ 8.89 6.12 1.88 -
YUV 67.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 119 48 29 0 0.60 0.76 0.53 12.67 0.61 0.29
Hex 77 30 1D 0 3C 4C 35 D 3D 1D
Octal 167 60 35 0 74 114 65 15 75 35
Binary 1110111 110000 11101 0 111100 1001100 110101 1101 111101 11101

Color Harmonies of #77301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77301D

Black with #77301D

Text Example


Text Example

White with #77301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77301D; }

 p { color: rgb(119,48,29); }

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

background-color css

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

 a { background-color: rgb(119,48,29); }

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

border-color css

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

 span { border-color: rgb(119,48,29); }

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