Html Css Color HEX #073738 Cyprus

📋 copy color: '#073738'

red 7 ◦ green 55 ◦ blue 56

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

Shades of Cyprus #073738

Tints of Cyprus #073738

RGB

 RED value IS 7 (3.13% from 255) = 5.93%

 GREEN value IS 55 (21.88% from 255) = 46.61%

 BLUE value IS 56 (22.27% from 255) = 47.46%

R = 5.93%
G = 46.61%
B = 47.46%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#073738 (or 0x073738) is known color: Cyprus. HEX triplet: 07, 37 and 38. RGB value is (7,55,56). Sum of RGB (Red+Green+Blue) = 7+55+56=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #073738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073738 is #F8C8C7. Grayscale: #282828. Windows color (decimal): -16304328 or 3684103. OLE color: 3684103.

HSL color Cylindrical-coordinate representation of color #073738: hue angle of 181.22º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073738 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 55 56 -
CMYK 0.88 0.02 0 0.78
HSL 181.22º 0.78% 0.12% -
HSV(B) 181.22º 0.88% 0.22% -
XYZ 2.17 3.06 4.22 -
YUV 40.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 7 55 56 0.88 0.02 0 0.78 181.22 0.78 0.12
Hex 7 37 38 58 2 0 4E B5 4E C
Octal 7 67 70 130 2 0 116 265 116 14
Binary 111 110111 111000 1011000 10 0 1001110 10110101 1001110 1100

Color Harmonies of #073738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073738

Black with #073738

Text Example


Text Example

White with #073738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073738; }

 p { color: rgb(7,55,56); }

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

background-color css

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

 a { background-color: rgb(7,55,56); }

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

border-color css

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

 span { border-color: rgb(7,55,56); }

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