Html Css Color HEX #B77778 Turkish Rose

📋 copy color: '#B77778'

red 183 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #B77778

Tints of Turkish Rose #B77778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 43.36%
G = 28.2%
B = 28.44%

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

#B77778 (or 0xB77778) is known color: Turkish Rose. HEX triplet: B7, 77 and 78. RGB value is (183,119,120). Sum of RGB (Red+Green+Blue) = 183+119+120=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B77778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77778 is #488887. Grayscale: #8A8A8A. Windows color (decimal): -4753544 or 7894967. OLE color: 7894967.

HSL color Cylindrical-coordinate representation of color #B77778: hue angle of 359.06º 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 #B77778 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 120 -
CMYK 0 0.35 0.34 0.28
HSL 359.06º 0.31% 0.59% -
HSV(B) 359.06º 0.35% 0.72% -
XYZ 29.52 24.62 20.97 -
YUV 138.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 183 119 120 0 0.35 0.34 0.28 359.06 0.31 0.59
Hex B7 77 78 0 23 22 1C 167 1F 3B
Octal 267 167 170 0 43 42 34 547 37 73
Binary 10110111 1110111 1111000 0 100011 100010 11100 101100111 11111 111011

Color Harmonies of #B77778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77778

Black with #B77778

Text Example


Text Example

White with #B77778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77778; }

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

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

background-color css

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

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

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

border-color css

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

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

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