Html Css Color HEX #27775D Deep Sea

📋 copy color: '#27775D'

red 39 ◦ green 119 ◦ blue 93

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

Shades of Deep Sea #27775D

Tints of Deep Sea #27775D

RGB

 RED value IS 39 (15.63% from 255) = 15.54%

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 15.54%
G = 47.41%
B = 37.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#27775D (or 0x27775D) is known color: Deep Sea. HEX triplet: 27, 77 and 5D. RGB value is (39,119,93). Sum of RGB (Red+Green+Blue) = 39+119+93=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #27775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27775D is #D888A2. Grayscale: #5C5C5C. Windows color (decimal): -14190755 or 6125351. OLE color: 6125351.

HSL color Cylindrical-coordinate representation of color #27775D: hue angle of 160.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27775D is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 93 -
CMYK 0.67 0 0.22 0.53
HSL 160.5º 0.51% 0.31% -
HSV(B) 160.5º 0.67% 0.47% -
XYZ 9.41 14.42 12.64 -
YUV 92.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 39 119 93 0.67 0 0.22 0.53 160.5 0.51 0.31
Hex 27 77 5D 43 0 16 35 A0 33 1F
Octal 47 167 135 103 0 26 65 240 63 37
Binary 100111 1110111 1011101 1000011 0 10110 110101 10100000 110011 11111

Color Harmonies of #27775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27775D

Black with #27775D

Text Example


Text Example

White with #27775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27775D; }

 p { color: rgb(39,119,93); }

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

background-color css

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

 a { background-color: rgb(39,119,93); }

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

border-color css

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

 span { border-color: rgb(39,119,93); }

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