Html Css Color HEX #7B605E Pharlap

📋 copy color: '#7B605E'

red 123 ◦ green 96 ◦ blue 94

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

Shades of Pharlap #7B605E

Tints of Pharlap #7B605E

RGB

 RED value IS 123 (48.44% from 255) = 39.3%

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 39.3%
G = 30.67%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B605E (or 0x7B605E) is known color: Pharlap. HEX triplet: 7B, 60 and 5E. RGB value is (123,96,94). Sum of RGB (Red+Green+Blue) = 123+96+94=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B605E is #849FA1. Grayscale: #676767. Windows color (decimal): -8691618 or 6185083. OLE color: 6185083.

HSL color Cylindrical-coordinate representation of color #7B605E: hue angle of 4.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B605E is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 96 94 -
CMYK 0 0.22 0.24 0.52
HSL 4.14º 0.13% 0.43% -
HSV(B) 4.14º 0.24% 0.48% -
XYZ 14.37 13.38 12.42 -
YUV 103.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 123 96 94 0 0.22 0.24 0.52 4.14 0.13 0.43
Hex 7B 60 5E 0 16 18 34 4 D 2B
Octal 173 140 136 0 26 30 64 4 15 53
Binary 1111011 1100000 1011110 0 10110 11000 110100 100 1101 101011

Color Harmonies of #7B605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B605E

Black with #7B605E

Text Example


Text Example

White with #7B605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B605E; }

 p { color: rgb(123,96,94); }

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

background-color css

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

 a { background-color: rgb(123,96,94); }

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

border-color css

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

 span { border-color: rgb(123,96,94); }

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