Html Css Color HEX #B7777B Turkish Rose

📋 copy color: '#B7777B'

red 183 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #B7777B

Tints of Turkish Rose #B7777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 43.06%
G = 28%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7777B (or 0xB7777B) is known color: Turkish Rose. HEX triplet: B7, 77 and 7B. RGB value is (183,119,123). Sum of RGB (Red+Green+Blue) = 183+119+123=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7777B is #488884. Grayscale: #8A8A8A. Windows color (decimal): -4753541 or 8091575. OLE color: 8091575.

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

Color convert

RGB 183 119 123 -
CMYK 0 0.35 0.33 0.28
HSL 356.25º 0.31% 0.59% -
HSV(B) 356.25º 0.35% 0.72% -
XYZ 29.7 24.69 21.94 -
YUV 138.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 183 119 123 0 0.35 0.33 0.28 356.25 0.31 0.59
Hex B7 77 7B 0 23 21 1C 164 1F 3B
Octal 267 167 173 0 43 41 34 544 37 73
Binary 10110111 1110111 1111011 0 100011 100001 11100 101100100 11111 111011

Color Harmonies of #B7777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7777B

Black with #B7777B

Text Example


Text Example

White with #B7777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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