Html Css Color HEX #B77754 Sante Fe

📋 copy color: '#B77754'

red 183 ◦ green 119 ◦ blue 84

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

Shades of Sante Fe #B77754

Tints of Sante Fe #B77754

RGB

 RED value IS 183 (71.88% from 255) = 47.41%

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 47.41%
G = 30.83%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B77754 (or 0xB77754) is known color: Sante Fe. HEX triplet: B7, 77 and 54. RGB value is (183,119,84). Sum of RGB (Red+Green+Blue) = 183+119+84=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B77754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77754 is #4888AB. Grayscale: #868686. Windows color (decimal): -4753580 or 5535671. OLE color: 5535671.

HSL color Cylindrical-coordinate representation of color #B77754: hue angle of 21.21º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B77754 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 84 -
CMYK 0 0.35 0.54 0.28
HSL 21.21º 0.41% 0.52% -
HSV(B) 21.21º 0.54% 0.72% -
XYZ 27.73 23.9 11.54 -
YUV 134.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 183 119 84 0 0.35 0.54 0.28 21.21 0.41 0.52
Hex B7 77 54 0 23 36 1C 15 29 34
Octal 267 167 124 0 43 66 34 25 51 64
Binary 10110111 1110111 1010100 0 100011 110110 11100 10101 101001 110100

Color Harmonies of #B77754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77754

Black with #B77754

Text Example


Text Example

White with #B77754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77754; }

 p { color: rgb(183,119,84); }

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

background-color css

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

 a { background-color: rgb(183,119,84); }

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

border-color css

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

 span { border-color: rgb(183,119,84); }

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