Html Css Color HEX #B7777C Turkish Rose

📋 copy color: '#B7777C'

red 183 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #B7777C

Tints of Turkish Rose #B7777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 42.96%
G = 27.93%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7777C (or 0xB7777C) is known color: Turkish Rose. HEX triplet: B7, 77 and 7C. RGB value is (183,119,124). Sum of RGB (Red+Green+Blue) = 183+119+124=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7777C is #488883. Grayscale: #8A8A8A. Windows color (decimal): -4753540 or 8157111. OLE color: 8157111.

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

Color convert

RGB 183 119 124 -
CMYK 0 0.35 0.32 0.28
HSL 355.31º 0.31% 0.59% -
HSV(B) 355.31º 0.35% 0.72% -
XYZ 29.76 24.72 22.27 -
YUV 138.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 183 119 124 0 0.35 0.32 0.28 355.31 0.31 0.59
Hex B7 77 7C 0 23 20 1C 163 1F 3B
Octal 267 167 174 0 43 40 34 543 37 73
Binary 10110111 1110111 1111100 0 100011 100000 11100 101100011 11111 111011

Color Harmonies of #B7777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7777C

Black with #B7777C

Text Example


Text Example

White with #B7777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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