Html Css Color HEX #1B7764 Deep Sea

📋 copy color: '#1B7764'

red 27 ◦ green 119 ◦ blue 100

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

Shades of Deep Sea #1B7764

Tints of Deep Sea #1B7764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 10.98%
G = 48.37%
B = 40.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#1B7764 (or 0x1B7764) is known color: Deep Sea. HEX triplet: 1B, 77 and 64. RGB value is (27,119,100). Sum of RGB (Red+Green+Blue) = 27+119+100=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7764 is #E4889B. Grayscale: #595959. Windows color (decimal): -14977180 or 6584091. OLE color: 6584091.

HSL color Cylindrical-coordinate representation of color #1B7764: hue angle of 167.61º 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 #1B7764 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 119 100 -
CMYK 0.77 0 0.16 0.53
HSL 167.61º 0.63% 0.29% -
HSV(B) 167.61º 0.77% 0.47% -
XYZ 9.35 14.35 14.33 -
YUV 89.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 27 119 100 0.77 0 0.16 0.53 167.61 0.63 0.29
Hex 1B 77 64 4D 0 10 35 A8 3F 1D
Octal 33 167 144 115 0 20 65 250 77 35
Binary 11011 1110111 1100100 1001101 0 10000 110101 10101000 111111 11101

Color Harmonies of #1B7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7764

Black with #1B7764

Text Example


Text Example

White with #1B7764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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