#D77BAC

Color #D77BAC Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D77BAC

Tints of Kobi #D77BAC

Color information

#D77BAC (or 0xD77BAC) is unknown color: approx Kobi. HEX triplet: D7, 7B and AC. RGB value is (215,123,172). Sum of RGB (Red+Green+Blue) = 215+123+172=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BAC is #288453. Grayscale: #9B9B9B. Windows color (decimal): -2655316 or 11303895. OLE color: 11303895.

HSL color Cylindrical-coordinate representation of color #D77BAC: hue angle of 328.04º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BAC is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215123172-
CMYK00.430.20.16
HSL328.04º53.49%66.27%-
HSV(B)328.04º42.79%84.31%-
XYZ42.5531.5942.88-
YUV156.09136.98170.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=42.16%
G=24.12%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512317200.430.20.16328.0453.4966.27
HexD77BAC02B14101483542
Octal327173254053242051065102
Binary11010111111101110101100010101110100100001010010001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BAC; }

 p { color: rgb(215,123,172); }

 H1.HeaderClassName
 {
   color: #D77BAC;
 }
 .AnyTagClassName
 {
   color: #D77BAC;
 }
</style>
background-color css

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

 a { background-color: rgb(215,123,172); }

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

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

 span { border-color: rgb(215,123,172); }

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