Html Css Color HEX #74713D Crete

📋 copy color: '#74713D'

red 116 ◦ green 113 ◦ blue 61

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

Shades of Crete #74713D

Tints of Crete #74713D

RGB

 RED value IS 116 (45.7% from 255) = 40%

 GREEN value IS 113 (44.53% from 255) = 38.97%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 40%
G = 38.97%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74713D (or 0x74713D) is known color: Crete. HEX triplet: 74, 71 and 3D. RGB value is (116,113,61). Sum of RGB (Red+Green+Blue) = 116+113+61=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74713D is #8B8EC2. Grayscale: #6C6C6C. Windows color (decimal): -9146051 or 4026740. OLE color: 4026740.

HSL color Cylindrical-coordinate representation of color #74713D: hue angle of 56.73º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74713D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 61 -
CMYK 0 0.03 0.47 0.55
HSL 56.73º 0.31% 0.35% -
HSV(B) 56.73º 0.47% 0.45% -
XYZ 13.95 15.86 6.74 -
YUV 107.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 116 113 61 0 0.03 0.47 0.55 56.73 0.31 0.35
Hex 74 71 3D 0 3 2F 37 39 1F 23
Octal 164 161 75 0 3 57 67 71 37 43
Binary 1110100 1110001 111101 0 11 101111 110111 111001 11111 100011

Color Harmonies of #74713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74713D

Black with #74713D

Text Example


Text Example

White with #74713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,113,61); }

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

background-color css

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

 a { background-color: rgb(116,113,61); }

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

border-color css

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

 span { border-color: rgb(116,113,61); }

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