Html Css Color HEX #1B775E Deep Sea

📋 copy color: '#1B775E'

red 27 ◦ green 119 ◦ blue 94

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

Shades of Deep Sea #1B775E

Tints of Deep Sea #1B775E

RGB

 RED value IS 27 (10.94% from 255) = 11.25%

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

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

R = 11.25%
G = 49.58%
B = 39.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#1B775E (or 0x1B775E) is known color: Deep Sea. HEX triplet: 1B, 77 and 5E. RGB value is (27,119,94). Sum of RGB (Red+Green+Blue) = 27+119+94=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #1B775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B775E is #E488A1. Grayscale: #585858. Windows color (decimal): -14977186 or 6190875. OLE color: 6190875.

HSL color Cylindrical-coordinate representation of color #1B775E: hue angle of 163.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B775E is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 119 94 -
CMYK 0.77 0 0.21 0.53
HSL 163.7º 0.63% 0.29% -
HSV(B) 163.7º 0.77% 0.47% -
XYZ 9.07 14.23 12.86 -
YUV 88.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 27 119 94 0.77 0 0.21 0.53 163.7 0.63 0.29
Hex 1B 77 5E 4D 0 15 35 A4 3F 1D
Octal 33 167 136 115 0 25 65 244 77 35
Binary 11011 1110111 1011110 1001101 0 10101 110101 10100100 111111 11101

Color Harmonies of #1B775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B775E

Black with #1B775E

Text Example


Text Example

White with #1B775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B775E; }

 p { color: rgb(27,119,94); }

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

background-color css

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

 a { background-color: rgb(27,119,94); }

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

border-color css

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

 span { border-color: rgb(27,119,94); }

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