Html Css Color HEX #B77779 Turkish Rose

📋 copy color: '#B77779'

red 183 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #B77779

Tints of Turkish Rose #B77779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 43.26%
G = 28.13%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B77779 (or 0xB77779) is known color: Turkish Rose. HEX triplet: B7, 77 and 79. RGB value is (183,119,121). Sum of RGB (Red+Green+Blue) = 183+119+121=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B77779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77779 is #488886. Grayscale: #8A8A8A. Windows color (decimal): -4753543 or 7960503. OLE color: 7960503.

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

Color convert

RGB 183 119 121 -
CMYK 0 0.35 0.34 0.28
HSL 358.13º 0.31% 0.59% -
HSV(B) 358.13º 0.35% 0.72% -
XYZ 29.58 24.64 21.29 -
YUV 138.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 183 119 121 0 0.35 0.34 0.28 358.13 0.31 0.59
Hex B7 77 79 0 23 22 1C 166 1F 3B
Octal 267 167 171 0 43 42 34 546 37 73
Binary 10110111 1110111 1111001 0 100011 100010 11100 101100110 11111 111011

Color Harmonies of #B77779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77779

Black with #B77779

Text Example


Text Example

White with #B77779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77779; }

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

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

background-color css

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

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

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

border-color css

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

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

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